wayland: Implement maximized state

This commit is contained in:
Emmanuel Gil Peyrot
2016-04-09 00:54:23 +01:00
committed by Camilla Berglund
parent 71cedc6cfe
commit e673bdc617
2 changed files with 23 additions and 6 deletions
+1
View File
@@ -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;