mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
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:
parent
776f2c4e4d
commit
41e2331843
3 changed files with 194 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue