X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a73251a80d95efa37bf1fc7879b21a6aec57910d..af4168e2cfbeffbe3b53380471aa31e9ab63a598:/src/unix/utilsx11.cpp?ds=sidebyside diff --git a/src/unix/utilsx11.cpp b/src/unix/utilsx11.cpp index b111e2b9cd..12ff73e6a3 100644 --- a/src/unix/utilsx11.cpp +++ b/src/unix/utilsx11.cpp @@ -4,7 +4,6 @@ // Author: Mattia Barbon, Vaclav Slavik, Robert Roebling // Modified by: // Created: 25.03.02 -// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -854,6 +853,8 @@ bool wxGetKeyState(wxKeyCode key) return key_vector[keyCode >> 3] & (1 << (keyCode & 7)); } +#endif // !defined(__WXGTK__) || defined(GDK_WINDOWING_X11) + // ---------------------------------------------------------------------------- // Launch document with default app // ---------------------------------------------------------------------------- @@ -930,6 +931,4 @@ bool wxDoLaunchDefaultBrowser(const wxString& url, int flags) return false; } -#endif // !defined(__WXGTK__) || defined(GDK_WINDOWING_X11) - #endif // __WXX11__ || __WXGTK__ || __WXMOTIF__