X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/189d1ae7a0185f442396cb3865bf1eeb3f5ff07c..cdb501108b32bf390d82f4840aad520030621228:/src/motif/utils.cpp diff --git a/src/motif/utils.cpp b/src/motif/utils.cpp index 77bdbe3d6b..f6b0179f11 100644 --- a/src/motif/utils.cpp +++ b/src/motif/utils.cpp @@ -17,9 +17,13 @@ // headers // ---------------------------------------------------------------------------- +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #ifdef __VMS #define XtDisplay XTDISPLAY #endif + #include "wx/setup.h" #include "wx/utils.h" #include "wx/apptrait.h" @@ -630,6 +634,9 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt) return wxGenericFindWindowAtPoint(pt); } +// Now in utilsx11.cpp +#if 0 + // ---------------------------------------------------------------------------- // keycode translations // ---------------------------------------------------------------------------- @@ -872,6 +879,7 @@ KeySym wxCharCodeWXToX(int id) return keySym; } +#endif // ---------------------------------------------------------------------------- // Some colour manipulation routines