wayland: Implement maximized state
diff --git a/src/wl_platform.h b/src/wl_platform.h
index c538936..d75c025 100644
--- a/src/wl_platform.h
+++ b/src/wl_platform.h
@@ -83,6 +83,7 @@
 {
     int                         width, height;
     GLFWbool                    visible;
+    GLFWbool                    maximized;
     struct wl_surface*          surface;
     struct wl_egl_window*       native;
     struct wl_shell_surface*    shell_surface;