mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Wayland: Fix missing flush in glfwHideWindow
This commit is contained in:
@@ -2726,6 +2726,8 @@ void _glfwHideWindowWayland(_GLFWwindow* window)
|
||||
|
||||
wl_surface_attach(window->wl.surface, NULL, 0, 0);
|
||||
wl_surface_commit(window->wl.surface);
|
||||
|
||||
flushDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user