xwm: remove incorrect implementation of net wm state

This commit is contained in:
Tony Crisci 2017-10-26 15:58:18 -04:00
parent 32b848bd46
commit 4a106648c4
3 changed files with 40 additions and 50 deletions

View file

@ -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;