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

@ -25,6 +25,9 @@ enum atom_name {
_NET_WM_MOVERESIZE,
_NET_WM_NAME,
_NET_SUPPORTING_WM_CHECK,
_NET_WM_STATE_FULLSCREEN,
_NET_WM_STATE_MAXIMIZED_VERT,
_NET_WM_STATE_MAXIMIZED_HORZ,
ATOM_LAST,
};