From d1d04c7bd3f1465b7bb6690022d086c6bb005b70 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 23 Dec 2011 15:22:40 +0100 Subject: Synchronised files --- X11/Xutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X11/Xutil.h') 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 -- cgit v1.2.3