Skip to content

GDK W32: ensure that monitor enumeration matches up

LRN requested to merge lrn/gtk224-w32-monitor-enum into gtk-2-24

In case something happens between monitor counting and monitor enumeration, repeat until the count matches up. enum_monitor is changed to ignore any monitors past _gdk_num_monitors and just keep increasing the count past that number.

Merge request reports