Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
renamed ARRANGE into DEFMODE
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
f7bebb0
..
9b34210
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-7,8
+7,9
@@
#include CONFIG
/* mask shorthands, used in event.c and client.c */
#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 WM_PROTOCOL_DELWIN 1
typedef union Arg Arg;
typedef struct Client Client;
typedef union Arg Arg;
typedef struct Client Client;