xwm: add missing NET_WM_STATE states

https://specifications.freedesktop.org/wm-spec/latest/ar01s05.html#id-1.6.8
This commit is contained in:
Consolatis 2024-11-21 22:49:47 +01:00 committed by Kirill Primak
parent 776f2c4e4d
commit 41e2331843
3 changed files with 194 additions and 3 deletions

View file

@ -48,6 +48,13 @@ enum atom_name {
NET_WM_STATE_MAXIMIZED_VERT,
NET_WM_STATE_MAXIMIZED_HORZ,
NET_WM_STATE_HIDDEN,
NET_WM_STATE_STICKY,
NET_WM_STATE_SHADED,
NET_WM_STATE_SKIP_TASKBAR,
NET_WM_STATE_SKIP_PAGER,
NET_WM_STATE_ABOVE,
NET_WM_STATE_BELOW,
NET_WM_STATE_DEMANDS_ATTENTION,
NET_WM_PING,
WM_CHANGE_STATE,
WM_STATE,