diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-26 15:58:18 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-26 15:58:18 -0400 |
commit | 4a106648c4455793560d8ca3e60082a6f1d5f791 (patch) | |
tree | ffafd8456f642516bd47a4239cf914015d92544f /include/wlr | |
parent | 32b848bd467537767001f5da28e32f02d4b7c8dc (diff) |
xwm: remove incorrect implementation of net wm state
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 5 |
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; |