X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/154c4aa11315e65a3b788e633097c668b2b91b09..8aaef28406647d6aa706c34f57dd151f00b18e5b:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 5f563ac295..963e7b5991 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -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();