mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
fix botched client and group cycle defines; noticed by Thomas Pfaff.
"no cookie! fix it" - oga@
This commit is contained in:
8
calmwm.h
8
calmwm.h
@@ -68,12 +68,12 @@
|
||||
#define CWM_EXEC_WM 0x0002
|
||||
|
||||
/* client cycle */
|
||||
#define CWM_CYCLE 0x0001
|
||||
#define CWM_RCYCLE 0x0002
|
||||
#define CWM_CYCLE 0
|
||||
#define CWM_RCYCLE 1
|
||||
|
||||
/* group cycle */
|
||||
#define CWM_CYCLEGROUP 0x0001
|
||||
#define CWM_RCYCLEGROUP 0x0002
|
||||
#define CWM_CYCLEGROUP 0
|
||||
#define CWM_RCYCLEGROUP 1
|
||||
|
||||
#define KBTOGROUP(X) ((X) - 1)
|
||||
|
||||
|
Reference in New Issue
Block a user