blob: 484ce2d3096b9a22015fbb2071378deb2d28a9c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- src/gtk/misc2.cpp 2001/05/28 18:13:20 1.1
+++ src/gtk/misc2.cpp 2001/05/28 18:13:40
@@ -221,7 +221,7 @@
int GetUPosition() { return -1; }
int GetVPosition() { return -1; }
int GetMovementThreshold() { return -1; }
- void SetMovementThreshold(int threshold) ;
+ void SetMovementThreshold(int threshold) { return; };
bool IsOk(void) { return FALSE; }
int GetNumberJoysticks() { return -1; }
|