summaryrefslogtreecommitdiff
path: root/chinese/miniChinput
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-15 17:23:10 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-15 17:23:10 +0000
commite294de25653821b199de5ec53ebfe142853d72da (patch)
treedbc17c4627526c69b0aa888619ed4cb11093ff4d /chinese/miniChinput
parent- Update to 0.09 (diff)
Fix build with gcc 3.4
Notes
Notes: svn path=/head/; revision=116286
Diffstat (limited to 'chinese/miniChinput')
-rw-r--r--chinese/miniChinput/files/patch-keyboard.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/miniChinput/files/patch-keyboard.c b/chinese/miniChinput/files/patch-keyboard.c
new file mode 100644
index 000000000000..c255e437e18b
--- /dev/null
+++ b/chinese/miniChinput/files/patch-keyboard.c
@@ -0,0 +1,10 @@
+--- src/keyboard.c.orig Sun Aug 15 19:13:01 2004
++++ src/keyboard.c Sun Aug 15 19:13:31 2004
+@@ -24,7 +24,6 @@
+ #define INC (x0 += KEY_WIDTH)
+ #define HALFINC (x0 += KEY_WIDTH/2)
+
+-extern int ForwardEvent();
+ static void set_key(int n, unsigned long keysym, int x, int y, int w, int h);
+ static int in_keys(int x0, int y0);
+