mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
$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);
|
|
|