]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/utilsgtk.cpp
Move wxColourData and wxFontData into separate files.
[wxWidgets.git] / src / gtk1 / utilsgtk.cpp
index 727106633c9d3174a4bb31640cd61d53676eaa92..f49cf649317db884c87ea051781d94013d0d5345 100644 (file)
@@ -106,7 +106,7 @@ void wxDisplaySizeMM( int *width, int *height )
 
 void wxGetMousePosition( int* x, int* y )
 {
-    gdk_window_get_pointer( (GdkWindow*) NULL, x, y, (GdkModifierType*) NULL );
+    gdk_window_get_pointer( NULL, x, y, NULL );
 }
 
 bool wxColourDisplay()