JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
renamed WM_PROTOCOL_DELWIN into PROTODELWIN
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index f57a8ce..0ed778c 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -7,8 +7,9 @@
 #include CONFIG
 
 /* mask shorthands, used in event.c and client.c */
-#define BUTTONMASK     (ButtonPressMask | ButtonReleaseMask)
-#define MOUSEMASK      (BUTTONMASK | PointerMotionMask)
+#define BUTTONMASK             (ButtonPressMask | ButtonReleaseMask)
+#define MOUSEMASK              (BUTTONMASK | PointerMotionMask)
+#define PROTODELWIN            1
 
 typedef union Arg Arg;
 typedef struct Client Client;