Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
new stuff
[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 */
#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;
typedef union Arg Arg;
typedef struct Client Client;