bug: properly send WM_STATE

This commit is contained in:
Tony Crisci 2017-11-19 17:55:02 -05:00
parent fae8d6289a
commit 0672d9cb52
2 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,7 @@ enum atom_name {
_NET_WM_STATE_FULLSCREEN,
_NET_WM_STATE_MAXIMIZED_VERT,
_NET_WM_STATE_MAXIMIZED_HORZ,
WM_STATE,
ATOM_LAST,
};