mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
wayland: Implement maximized state
This commit is contained in:
committed by
Camilla Berglund
parent
71cedc6cfe
commit
e673bdc617
@@ -83,6 +83,7 @@ typedef struct _GLFWwindowWayland
|
||||
{
|
||||
int width, height;
|
||||
GLFWbool visible;
|
||||
GLFWbool maximized;
|
||||
struct wl_surface* surface;
|
||||
struct wl_egl_window* native;
|
||||
struct wl_shell_surface* shell_surface;
|
||||
|
||||
Reference in New Issue
Block a user