]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/utilsgtk.cpp
Add some version checks to help compiling on OSX.
[wxWidgets.git] / src / gtk / utilsgtk.cpp
index e8d6cf9b441964e632d42c748facb99f02094c99..fee8aa86a2c21ab7e6d3ab2d738df0274d34d157 100644 (file)
@@ -90,7 +90,7 @@ void wxDisplaySizeMM( int *width, int *height )
 
 void wxGetMousePosition( int* x, int* y )
 {
-    gdk_window_get_pointer( NULL, x, y, NULL );
+    gdk_window_get_pointer(gtk_widget_get_root_window(wxGetRootWindow()), x, y, NULL);
 }
 
 bool wxColourDisplay()