about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 9b34210..0ed778c 100644
--- a/dwm.h
+++ b/dwm.h
@@ -9,7 +9,7 @@
 /* mask shorthands, used in event.c and client.c */
 #define BUTTONMASK		(ButtonPressMask | ButtonReleaseMask)
 #define MOUSEMASK		(BUTTONMASK | PointerMotionMask)
-#define WM_PROTOCOL_DELWIN	1
+#define PROTODELWIN		1
 
 typedef union Arg Arg;
 typedef struct Client Client;