mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Wayland: Add tracking of XDG fullscreen state
This commit is contained in:
parent
ed39ff43f9
commit
afb127769a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user