renamed WM_PROTOCOL_DELWIN into PROTODELWIN

This commit is contained in:
arg@10ksloc.org
2006-08-01 16:44:23 +02:00
parent ab7a11c0c7
commit 080a38d62d
3 changed files with 3 additions and 3 deletions

2
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;