diff src/event-Xt.c @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents ec9a17fef872
children 131b0175ea99
line wrap: on
line diff
--- a/src/event-Xt.c	Mon Aug 13 08:55:32 2007 +0200
+++ b/src/event-Xt.c	Mon Aug 13 08:56:04 2007 +0200
@@ -651,7 +651,7 @@
 	 force anyone to remember them.
 	 The case of the other character sets is significant, however.
        */
-      if ((((unsigned int) keysym) & (~0xFF)) == ((unsigned int) 0xFF00))
+      if ((((unsigned int) keysym) & (~0x1FF)) == ((unsigned int) 0xFE00))
 	{
 	  char buf [255];
 	  char *s1, *s2;