Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Add 14th bit to XK_SWITCH_MOD bitmask
[st.git]
/
x.c
diff --git
a/x.c
b/x.c
index
7186040
..
248d505
100644
(file)
--- a/
x.c
+++ b/
x.c
@@
-48,7
+48,7
@@
typedef struct {
/* X modifiers */
#define XK_ANY_MOD UINT_MAX
#define XK_NO_MOD 0
-#define XK_SWITCH_MOD (1<<13)
+#define XK_SWITCH_MOD (1<<13
|1<<14
)
/* function definitions used in config.h */
static void clipcopy(const Arg *);