aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorChristopher Drelich <cd@cdrakka.com>2018-03-14 17:44:53 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-14 17:46:48 +0100
commit3cb34830eb25ebda15a23d8391fd69cddb4fc024 (patch)
tree2d8fb02e295f1bf15de62ed19b2d31e8ca876b23 /dwm.c
parentdb2236001c1cb042a2f24052849da96578273b1c (diff)
downloaddwm-3cb34830eb25ebda15a23d8391fd69cddb4fc024.tar.gz
ColBorder has been moved to the enum with ColFg and ColBg.
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index ec6a27c..ab16c75 100644
--- 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 */
remember that computers suck.