mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-10 10:01:36 +03:00

Add two widget callbacks: * (make_global): convert widget coordinates from local (relative to owner) to global (screen). * (make_local): convert widget coordinates from global (screen) to local (relative to owner). Such conversions are required when nested widgets and groups are added to or removed from another groups. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>