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:
parent
fa64bc2f32
commit
64d8bb630a
8
calmwm.h
8
calmwm.h
@ -68,12 +68,12 @@
|
|||||||
#define CWM_EXEC_WM 0x0002
|
#define CWM_EXEC_WM 0x0002
|
||||||
|
|
||||||
/* client cycle */
|
/* client cycle */
|
||||||
#define CWM_CYCLE 0x0001
|
#define CWM_CYCLE 0
|
||||||
#define CWM_RCYCLE 0x0002
|
#define CWM_RCYCLE 1
|
||||||
|
|
||||||
/* group cycle */
|
/* group cycle */
|
||||||
#define CWM_CYCLEGROUP 0x0001
|
#define CWM_CYCLEGROUP 0
|
||||||
#define CWM_RCYCLEGROUP 0x0002
|
#define CWM_RCYCLEGROUP 1
|
||||||
|
|
||||||
#define KBTOGROUP(X) ((X) - 1)
|
#define KBTOGROUP(X) ((X) - 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user