summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index ca4eefb..75f56ea 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -526,7 +526,8 @@ extern struct conf			 Conf;
 #define	_NET_SUPPORTED			 cwm_atoms[7]
 #define	_NET_SUPPORTING_WM_CHECK	 cwm_atoms[8]
 #define	_NET_WM_NAME			 cwm_atoms[9]
-#define CWM_NO_ATOMS			 10
+#define	_NET_ACTIVE_WINDOW		 cwm_atoms[10]
+#define CWM_NO_ATOMS			 11
 #define CWM_NETWM_START			 7
 
 extern Atom				 cwm_atoms[CWM_NO_ATOMS];