summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2011-06-24 05:30:42 +0000
committerokan <okan>2011-06-24 05:30:42 +0000
commit89d8a14b6d0e32cffa8dab1d9ea929d1d25b30c4 (patch)
tree8ec14ef9a507906dbdf2fb549b4cb37cae1045c2 /calmwm.h
parent9a6a2d3cf369d174d5b19fb7927697f117a24fad (diff)
downloadcwm-89d8a14b6d0e32cffa8dab1d9ea929d1d25b30c4.tar.gz
cwm-89d8a14b6d0e32cffa8dab1d9ea929d1d25b30c4.tar.xz
cwm-89d8a14b6d0e32cffa8dab1d9ea929d1d25b30c4.zip
collapse client and group {r,}cycle defines since they are really
the same thing.

ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/calmwm.h b/calmwm.h
index 11fce47..112c8dd 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -67,14 +67,10 @@
 #define	CWM_EXEC_PROGRAM	0x0001
 #define	CWM_EXEC_WM		0x0002
 
-/* client cycle */
+/* cycle */
 #define CWM_CYCLE		0
 #define CWM_RCYCLE		1
 
-/* group cycle */
-#define CWM_CYCLEGROUP		0
-#define CWM_RCYCLEGROUP		1
-
 #define KBTOGROUP(X) ((X) - 1)
 
 union arg {