]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/utilsgtk.cpp
Corrected small mistake (set static variable)
[wxWidgets.git] / src / gtk / utilsgtk.cpp
index 5f563ac295e73b4ac21ca1f461226ed38d4d3101..963e7b599163aafe22428a69e93028fd2788ddef 100644 (file)
@@ -69,6 +69,11 @@ bool wxSetDetectableAutoRepeat( bool WXUNUSED(flag) )
 // display characterstics
 // ----------------------------------------------------------------------------
 
+void *wxGetDisplay()
+{
+    return gdk_display;
+}
+
 void wxDisplaySize( int *width, int *height )
 {
     if (width) *width = gdk_screen_width();