X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d76fe38b29803642f9b70c1457c25dbc1640f63e..64a3ee5fd2926c3e5341af2e4d62925fddb90c43:/src/gtk/utilsgtk.cpp?ds=sidebyside diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 513c3674e6..7df68cdf1f 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -77,7 +77,7 @@ bool wxSetDetectableAutoRepeat( bool WXUNUSED(flag) ) void *wxGetDisplay() { - return gdk_display; + return GDK_DISPLAY(); } void wxDisplaySize( int *width, int *height )