summaryrefslogtreecommitdiff
path: root/inputmethod/Chinput/patches/patch-ah
blob: b888875323244d4f3374747397018067cb1ec10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.1 2006/01/04 12:04:46 rxg Exp $

--- src/keyboard.c.orig	2006-01-04 19:58:25.000000000 +0800
+++ src/keyboard.c
@@ -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);