mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-03 05:28:14 +00:00
Wait for ConfigureNotify when changing X11 Bounds
This commit is contained in:
parent
5213ec200e
commit
38e91eb91e
|
@ -1254,6 +1254,7 @@ namespace OpenTK.Platform.X11
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_waitForEvent = XEventName.ConfigureNotify;
|
||||||
ProcessEvents();
|
ProcessEvents();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue