add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.

ok okan@
This commit is contained in:
oga
2009-12-11 18:09:16 +00:00
parent 28e94b2fbc
commit 3b87bdb047
3 changed files with 17 additions and 2 deletions

View File

@@ -542,7 +542,8 @@ extern struct conf Conf;
#define _NET_SHOWING_DESKTOP cwm_atoms[17]
#define _NET_DESKTOP_NAMES cwm_atoms[18]
#define _NET_WM_DESKTOP cwm_atoms[19]
#define CWM_NO_ATOMS 20
#define _NET_WORKAREA cwm_atoms[20]
#define CWM_NO_ATOMS 21
#define CWM_NETWM_START 7
extern Atom cwm_atoms[CWM_NO_ATOMS];