diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2009-05-29 09:29:22 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2009-05-29 09:29:22 +0100 |
commit | 2dbfda72f0c7269c3fcbb5c93173013e7dd0bea6 (patch) | |
tree | 79621175fba7a405372a98237684875a0213fce7 /dwm.c | |
parent | 7df39f3fc71aa62e64664787902152b41617fe1c (diff) |
removed MAXTAGLEN
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ #define LENGTH(x) (sizeof x / sizeof x[0]) #define MAX(a, b) ((a) > (b) ? (a) : (b)) #define MIN(a, b) ((a) < (b) ? (a) : (b)) -#define MAXTAGLEN 16 #define MOUSEMASK (BUTTONMASK|PointerMotionMask) #define WIDTH(x) ((x)->w + 2 * (x)->bw) #define HEIGHT(x) ((x)->h + 2 * (x)->bw) |