Wayland: Fix missing flush in glfwHideWindow

This commit is contained in:
Camilla Löwy
2026-03-11 18:23:52 +01:00
parent bb8048122a
commit 3130c004e1
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -2726,6 +2726,8 @@ void _glfwHideWindowWayland(_GLFWwindow* window)
wl_surface_attach(window->wl.surface, NULL, 0, 0);
wl_surface_commit(window->wl.surface);
flushDisplay();
}
}