X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a73251a80d95efa37bf1fc7879b21a6aec57910d..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/unix/utilsx11.cpp diff --git a/src/unix/utilsx11.cpp b/src/unix/utilsx11.cpp index b111e2b9cd..b84707d51c 100644 --- a/src/unix/utilsx11.cpp +++ b/src/unix/utilsx11.cpp @@ -854,6 +854,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 +932,4 @@ bool wxDoLaunchDefaultBrowser(const wxString& url, int flags) return false; } -#endif // !defined(__WXGTK__) || defined(GDK_WINDOWING_X11) - #endif // __WXX11__ || __WXGTK__ || __WXMOTIF__