X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e74c05294a531442eb2d8ce37dd5fcf243814523..786c4e23f5d91c319804b4204ebda023b959794c:/src/gtk/toplevel.cpp diff --git a/src/gtk/toplevel.cpp b/src/gtk/toplevel.cpp index 65ab67c6bb..507e47463a 100644 --- a/src/gtk/toplevel.cpp +++ b/src/gtk/toplevel.cpp @@ -944,7 +944,7 @@ bool wxTopLevelWindowGTK::IsMaximized() const void wxTopLevelWindowGTK::Restore() { -#ifdef __GTK20__ +#ifdef __WXGTK20__ // "Present" seems similar enough to "restore" gtk_window_present( GTK_WINDOW( m_widget ) ); #else