mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Prevent auto-iconify from firing on window creation
This commit is contained in:
committed by
linkmauve
parent
94c7aa0d67
commit
eb7c9994bf
@@ -177,6 +177,9 @@ typedef struct _GLFWwindowWayland
|
||||
|
||||
struct zwp_idle_inhibitor_v1* idleInhibitor;
|
||||
|
||||
// This is a hack to prevent auto-iconification on creation.
|
||||
GLFWbool justCreated;
|
||||
|
||||
} _GLFWwindowWayland;
|
||||
|
||||
// Wayland-specific global data
|
||||
|
||||
Reference in New Issue
Block a user