summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 8e4b3ab..22210aa 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -536,7 +536,9 @@ extern struct conf			 Conf;
 #define	_NET_CURRENT_DESKTOP		 cwm_atoms[13]
 #define	_NET_DESKTOP_VIEWPORT		 cwm_atoms[14]
 #define	_NET_DESKTOP_GEOMETRY		 cwm_atoms[15]
-#define CWM_NO_ATOMS			 16
+#define	_NET_VIRTUAL_ROOTS		 cwm_atoms[16]
+#define	_NET_SHOWING_DESKTOP		 cwm_atoms[17]
+#define CWM_NO_ATOMS			 18
 #define CWM_NETWM_START			 7
 
 extern Atom				 cwm_atoms[CWM_NO_ATOMS];