diff options
author | Tobias Langendorf <junglerobba@jngl.one> | 2020-07-18 21:37:02 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-07-21 13:20:17 +0200 |
commit | bd387da62d78f25027f1f80d25d85970fd09c235 (patch) | |
tree | 6e3c6b02521bb20b5a22234c58624078484031bc /include/xwayland | |
parent | 751a21d94f1b4f0345d040ddfd54b723631d5991 (diff) |
xwm: add support for xwayland minimize
Diffstat (limited to 'include/xwayland')
-rw-r--r-- | include/xwayland/xwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 2569092f..1085cb14 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -44,7 +44,9 @@ enum atom_name { NET_WM_STATE_FULLSCREEN, NET_WM_STATE_MAXIMIZED_VERT, NET_WM_STATE_MAXIMIZED_HORZ, + NET_WM_STATE_HIDDEN, NET_WM_PING, + WM_CHANGE_STATE, WM_STATE, CLIPBOARD, PRIMARY, |