This commit is contained in:
Kovid Goyal
2025-04-22 14:56:39 +05:30
parent 26affb3513
commit dd5401ebed

2
glfw/wl_window.c vendored
View File

@@ -1697,7 +1697,7 @@ void _glfwPlatformHideWindow(_GLFWwindow* window)
window->swaps_disallowed = true; window->swaps_disallowed = true;
window->wl.visible = false; window->wl.visible = false;
commit_window_surface(window); commit_window_surface(window);
debug("Window %llu hide requested\n", window->id); debug("Window %llu unmapped\n", window->id);
} }
bool _glfwPlatformSetLayerShellConfig(_GLFWwindow* window, const GLFWLayerShellConfig *value) { bool _glfwPlatformSetLayerShellConfig(_GLFWwindow* window, const GLFWLayerShellConfig *value) {