X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b412f9be504e07559a98ae234f30bb1bd0b2aa1f..d3dcceb4363163ea8eeba75234ac938e690230c8:/include/wx/motif/setup.h diff --git a/include/wx/motif/setup.h b/include/wx/motif/setup.h index 7a02e4c3b3..d8a9fbdd86 100644 --- a/include/wx/motif/setup.h +++ b/include/wx/motif/setup.h @@ -21,14 +21,9 @@ // Use constraints mechanism #define wxUSE_CONFIG 1 // Use wxConfig, with CreateConfig in wxApp -#define _WX_GOODCOMPILER__ - // gcc can have problems, but Windows compilers - // are generally OK. -#define WXWIN_COMPATIBILITY 1 - // Compatibility with 1.66 API. - // Level 0: no backward compatibility, all new features - // Level 1: wxDC, OnSize (etc.) compatibility, but - // some new features such as event tables +#define WXWIN_COMPATIBILITY 0 + // Minor compatibility with 1.68 API. + // 1: on 0: off. #define wxUSE_POSTSCRIPT 1 // 0 for no PostScript device context @@ -127,6 +122,22 @@ #define wxUSE_THREADS 0 // Use threads +#define wxUSE_ZLIB 1 + // Use zlib for compression in streams and PNG code +#define wxUSE_LIBPNG 1 + // Use PNG bitmap code +#define wxUSE_STD_IOSTREAM 1 + // Use standard C++ streams if 1. If 0, use wxWin + // streams implementation. +#define wxUSE_STREAMS 1 + // Use wxStream implementation within wxWindows code + +#define wxUSE_SERIAL 0 + // Use serialization (requires utils/serialize) + +#define wxUSE_TOOLTIPS 0 + // Use tooltips + /* * Finer detail *