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