summaryrefslogtreecommitdiff
path: root/mcwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcwm.c')
-rw-r--r--mcwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcwm.c b/mcwm.c
index de0a230..3dcf116 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -1965,7 +1965,7 @@ void handle_keypress(xcb_key_press_event_t *ev)
}
/* Is it shifted? */
- if (ev->state & XCB_MOD_MASK_SHIFT)
+ if (ev->state & SHIFTMOD)
{
switch (key)
{