Wayland: Add tracking of XDG fullscreen state

This commit is contained in:
Camilla Löwy
2022-06-10 18:36:16 +02:00
parent ed39ff43f9
commit afb127769a
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -234,6 +234,7 @@ typedef struct _GLFWwindowWayland
GLFWbool visible;
GLFWbool maximized;
GLFWbool activated;
GLFWbool fullscreen;
GLFWbool hovered;
GLFWbool transparent;
struct wl_surface* surface;