@ -234,6 +234,7 @@ typedef struct _GLFWwindowWayland
GLFWbool visible;
GLFWbool maximized;
GLFWbool activated;
GLFWbool fullscreen;
GLFWbool hovered;
GLFWbool transparent;
struct wl_surface* surface;
@ -524,6 +524,7 @@ static void xdgToplevelHandleConfigure(void* userData,
window->wl.activated = activated;
window->wl.maximized = maximized;
window->wl.fullscreen = fullscreen;
}
static void xdgToplevelHandleClose(void* userData,