Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
f7bebb0
..
f57a8ce
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-7,8
+7,8
@@
#include CONFIG
/* mask shorthands, used in event.c and client.c */
#include CONFIG
/* mask shorthands, used in event.c and client.c */
-#define B
uttonMask
(ButtonPressMask | ButtonReleaseMask)
-#define M
ouseMask (ButtonMask
| PointerMotionMask)
+#define B
UTTONMASK
(ButtonPressMask | ButtonReleaseMask)
+#define M
OUSEMASK (BUTTONMASK
| PointerMotionMask)
typedef union Arg Arg;
typedef struct Client Client;
typedef union Arg Arg;
typedef struct Client Client;