include ignore and handled mask in IBUS_MODIFIER_MASK
authorPeng Huang <shawn.p.huang@gmail.com>
Sat, 1 May 2010 01:00:27 +0000 (09:00 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Sat, 1 May 2010 01:00:27 +0000 (09:00 +0800)
src/ibustypes.h

index 100eafa..583b534 100644 (file)
@@ -87,7 +87,7 @@ typedef enum
 
     IBUS_RELEASE_MASK  = 1 << 30,
 
-    IBUS_MODIFIER_MASK = 0x5c001fff
+    IBUS_MODIFIER_MASK = 0x5f001fff
 } IBusModifierType;
 
 /**