Wait for ConfigureNotify when changing X11 Bounds

This commit is contained in:
Fraser Waters 2017-07-28 17:02:59 +01:00
parent 5213ec200e
commit 38e91eb91e

View file

@ -1254,6 +1254,7 @@ namespace OpenTK.Platform.X11
} }
} }
_waitForEvent = XEventName.ConfigureNotify;
ProcessEvents(); ProcessEvents();
} }
} }