JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Jukkas patch
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 85c85a3..234a734 100644 (file)
--- 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 */