commit | e673bdc617b59e4924d2b4f8889a3d75f5018ebe | [log] [tgz] |
---|---|---|
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | Sat Apr 09 00:54:23 2016 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Mon May 02 21:49:27 2016 +0200 |
tree | e748a72ea71a948ac66880ea7231c8ea84f46835 | |
parent | 71cedc6cfe2fd0c4707946e91abea5cd1ab32fb9 [diff] [blame] |
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;