freebsd-ports/x11-toolkits/py-wxPython26/files/patch-src::gtk::misc2.cpp
2001-05-28 20:10:54 +00:00

14 lines
438 B
C++

$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; }