This commit is contained in:
Kovid Goyal 2025-04-22 14:54:23 +05:30
parent 4c0a7223c1
commit 26affb3513
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

3
glfw/wl_window.c vendored
View file

@ -1685,8 +1685,7 @@ void _glfwPlatformShowWindow(_GLFWwindow* window)
if (is_layer_shell(window)) layer_set_properties(window);
window->wl.visible = true;
commit_window_surface(window);
debug("Window %llu show requested\n", window->id);
if (is_layer_shell(window)) { debug("Layer shell surface mapped waiting for configure event from compositor\n"); }
debug("Window %llu mapped waiting for configure event from compositor\n", window->id);
}
}