mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
$NetBSD: patch-ag,v 1.1 2006/01/04 12:04:46 rxg Exp $
|
|
|
|
--- src/handw.c.orig 2006-01-04 19:57:26.000000000 +0800
|
|
+++ src/handw.c
|
|
@@ -25,7 +25,6 @@
|
|
#define F_STRING 0
|
|
#define F_CONTROL 1
|
|
|
|
-extern int ForwardEvent();
|
|
static int in_hwkeys(int x0, int y0);
|
|
static void set_hwkey(int n, char c, int f, char *label, char *blabel,
|
|
int x, int y, int w, int h);
|