git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45489
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // MSW
// ----------------------------------------------------------------------------
-// Display and colorss (X only)
+// X11 Display access
// ----------------------------------------------------------------------------
+#if defined(__X__) || defined(__WXGTK__)
+
#ifdef __WXGTK__
void *wxGetDisplay();
#endif
return (_XDisplay *)wxGetDisplay();
}
+#endif // X11 || wxGTK
+
#endif // wxUSE_GUI
// ----------------------------------------------------------------------------