aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-26 15:58:18 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-26 15:58:18 -0400
commit4a106648c4455793560d8ca3e60082a6f1d5f791 (patch)
treeffafd8456f642516bd47a4239cf914015d92544f /include
parent32b848bd467537767001f5da28e32f02d4b7c8dc (diff)
xwm: remove incorrect implementation of net wm state
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index e7598d4c..6198ff22 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -96,6 +96,11 @@ struct wlr_xwayland_surface {
uint32_t hints_urgency;
struct wlr_xwayland_surface_size_hints *size_hints;
+ // _NET_WM_STATE
+ bool fullscreen;
+ bool maximized_vert;
+ bool maximized_horz;
+
struct {
struct wl_signal destroy;
struct wl_signal request_configure;