aboutsummaryrefslogtreecommitdiff
path: root/X11/Xutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'X11/Xutil.h')
-rw-r--r--X11/Xutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/Xutil.h b/X11/Xutil.h
index a97f489f1..134b4058c 100644
--- a/X11/Xutil.h
+++ b/X11/Xutil.h
@@ -250,7 +250,7 @@ typedef struct _XComposeStatus {
#define IsModifierKey(keysym) \
((((KeySym)(keysym) >= XK_Shift_L) && ((KeySym)(keysym) <= XK_Hyper_R)) \
|| (((KeySym)(keysym) >= XK_ISO_Lock) && \
- ((KeySym)(keysym) <= XK_ISO_Last_Group_Lock)) \
+ ((KeySym)(keysym) <= XK_ISO_Level5_Lock)) \
|| ((KeySym)(keysym) == XK_Mode_switch) \
|| ((KeySym)(keysym) == XK_Num_Lock))
#else