mirror of
https://github.com/godotengine/godot.git
synced 2026-03-10 21:06:13 +00:00
Attempts to construct an X11 window in an initial state of minimized/maximized would fail due to the window being unmapped. We simply check for failed mode changes during an unmap and reapply them if necessary.