support _NET_CLIENT_LIST.

the x property api doesn't let you remove one entry from an X property
array, so client_remove is kinda expensive, but there's no real way
around that..

ok okan@
This commit is contained in:
oga
2009-12-07 22:46:15 +00:00
parent 3c60d854db
commit 728d2a40dd
3 changed files with 26 additions and 1 deletions

View File

@@ -527,7 +527,8 @@ extern struct conf Conf;
#define _NET_SUPPORTING_WM_CHECK cwm_atoms[8]
#define _NET_WM_NAME cwm_atoms[9]
#define _NET_ACTIVE_WINDOW cwm_atoms[10]
#define CWM_NO_ATOMS 11
#define _NET_CLIENT_LIST cwm_atoms[11]
#define CWM_NO_ATOMS 12
#define CWM_NETWM_START 7
extern Atom cwm_atoms[CWM_NO_ATOMS];