From: Vadim Zeitlin Date: Thu, 28 Sep 2006 23:06:42 +0000 (+0000) Subject: add compilation options to allow compiling in just the selected wxUniv themes and... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ac61a0a15be85e421a8b72d416fed27170c9f2ac add compilation options to allow compiling in just the selected wxUniv themes and not all of them (which is still the default) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index fbeee17c56..60ae8105ba 100644 --- a/setup.h.in +++ b/setup.h.in @@ -508,6 +508,15 @@ #define wxUSE_PALETTE 0 + +#define wxUSE_ALL_THEMES 0 + +#define wxUSE_THEME_GTK 0 +#define wxUSE_THEME_METAL 0 +#define wxUSE_THEME_MONO 0 +#define wxUSE_THEME_WIN32 0 + + /* --- end common options --- */ /* for some features we don't have dedicated configure switches, so just choose @@ -1139,6 +1148,5 @@ /* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */ #undef wxHAS_WORKING_GTK_DC_BLIT - #endif /* __WX_SETUP_H__ */