Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
ColBorder has been moved to the enum with ColFg and ColBg.
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
ec6a27c
..
ab16c75
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-56,7
+56,6
@@
#define HEIGHT(X) ((X)->h + 2 * (X)->bw)
#define TAGMASK ((1 << LENGTH(tags)) - 1)
#define TEXTW(X) (drw_fontset_getwidth(drw, (X)) + lrpad)
-#define ColBorder 2
/* enums */
enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */