Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
renamed MAXLEN into MAXTAGLEN (backward compliance)
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
b8db678
..
14aa808
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-48,7
+48,7
@@
#define BUTTONMASK (ButtonPressMask|ButtonReleaseMask)
#define CLEANMASK(mask) (mask & ~(numlockmask|LockMask))
#define LENGTH(x) (sizeof x / sizeof x[0])
-#define MAX
LEN
16
+#define MAX
TAGLEN
16
#define MOUSEMASK (BUTTONMASK|PointerMotionMask)