LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 579|回复: 1

fcitx patch

[复制链接]
发表于 2003-5-26 19:16:18 | 显示全部楼层 |阅读模式
在magic linux 1.1 中的那个fcitx 1.8.4的patch,为什么在1.8.5中还没有加入呀?
diff -Nur fcitx-1.8.4/xim.c /usr/src/redhat/SOURCES/fcitx-1.8.4/xim.c
--- fcitx-1.8.4/xim.c   2003-04-16 17:07:28.000000000 +0800
+++ /usr/src/redhat/SOURCES/fcitx-1.8.4/xim.c   2003-04-23 20:54:09.000000000 +0800
@@ -389,8 +389,11 @@
     /*
      * Lookup KeyPress Events only
      */
-    if (call_data->event.type != KeyPress)
+    if (call_data->event.type != KeyPress){
+            IMForwardEvent (ims, (XPointer) call_data);
+            
        return False;
+    }
     if (iKeyState == KEY_NONE && ((XKeyEvent *) & call_data->event)->keycode == 37)
        bCtrlOnly = True;
     else
发表于 2003-5-27 08:59:02 | 显示全部楼层

--

说实话,我倒没有注意到有这个补丁……
谢谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表