aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-28 14:03:39 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-28 14:03:39 +0200
commit1c2d673ded697f4b131f8700ce98392fbb383b2e (patch)
tree52fc4a3007ad890028a7960296bff5051c0eb144 /dwm.h
parentc34df2c1b656fcdd2be2b4f9f827d88872dd2717 (diff)
downloaddwm-1c2d673ded697f4b131f8700ce98392fbb383b2e.tar.zst
applied Jukkas patch
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 85c85a3..234a734 100644
--- a/dwm.h
+++ b/dwm.h
@@ -38,6 +38,8 @@
/* mask shorthands, used in event.c and client.c */
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
+/* other stuff used in different places */
+#define BORDERPX 1
#define PROTODELWIN 1
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */