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:
3
calmwm.h
3
calmwm.h
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user