8256a18656
broke the build with GCC 4.x.
24 lines
521 B
Text
24 lines
521 B
Text
$NetBSD: patch-ag,v 1.1 2006/07/02 15:47:16 tron Exp $
|
|
|
|
--- src/inputdevice.c.orig 2005-07-02 17:23:50.000000000 +0100
|
|
+++ src/inputdevice.c 2006-07-02 16:33:10.000000000 +0100
|
|
@@ -511,8 +511,8 @@
|
|
|
|
/* Mousehack stuff */
|
|
|
|
-static int ievent_alive = 0;
|
|
-static int lastmx, lastmy;
|
|
+int ievent_alive = 0;
|
|
+int lastmx, lastmy;
|
|
|
|
int mousehack_alive (void)
|
|
{
|
|
@@ -1739,7 +1739,7 @@
|
|
return 0;
|
|
}
|
|
|
|
-static struct inputdevice_functions idev[3];
|
|
+struct inputdevice_functions idev[3];
|
|
|
|
void inputdevice_init (void)
|
|
{
|