blob: 96dc0d18fc1c2e33d7f4550cf65f89dd482cd567 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$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)
{
|