Closed csete closed 4 years ago
I am unable to find a replacement in Gdk 3.18 (Ubuntu 16.04)
Hi, to remove warning (don't know for multi monitor) : before the test (at line 1218 for me) add :
GdkRectangle workarea = {0};
gdk_monitor_get_workarea(gdk_display_get_primary_monitor(gdk_display_get_default()), &workarea);
and change the variable in test line :
gdk_screen_width() => workarea.width
gdk_screen_height() => workarea.height
Hoping to have helped a little Best 73's
Boris, F1IXX
Hi Boris,
Thanks for the tip! I will take a look and also test it with multi-monitor setup.
Alex, OZ9AEC
See for example: