aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-17 12:36:29 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-17 12:36:29 +0100
commitcaf5a162716ebdcca0ba7dda1e7335697f3b9208 (patch)
treed626b247ee44151a4a37940e873b540f0a910b8d /dwm.h
parent936e11fd5465819555604f924f8afaae702e426e (diff)
downloaddwm-caf5a162716ebdcca0ba7dda1e7335697f3b9208.tar.zst
moved BORDERPX to config.*.h
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 781940a..6aa009b 100644
--- a/dwm.h
+++ b/dwm.h
@@ -37,7 +37,6 @@
/* mask shorthands, used in event.c and client.c */
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
/* other stuff used in different places */
-#define BORDERPX 1
#define PROTODELWIN 1
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */