Add client freeze extension to _NET_WM_STATE Atom, allowing flag to

persist. As usual with new Atoms, requires X restart.
This commit is contained in:
okan
2015-08-21 16:30:02 +00:00
parent 05478f061e
commit 1d31f9000c
4 changed files with 14 additions and 2 deletions

View File

@@ -364,7 +364,8 @@ enum {
_NET_WM_DESKTOP,
_NET_CLOSE_WINDOW,
_NET_WM_STATE,
#define _NET_WM_STATES_NITEMS 6
#define _NET_WM_STATES_NITEMS 7
_CWM_WM_STATE_FREEZE,
_NET_WM_STATE_STICKY,
_NET_WM_STATE_MAXIMIZED_VERT,
_NET_WM_STATE_MAXIMIZED_HORZ,