From: Jouk Jansen Date: Tue, 7 Feb 2012 10:33:31 +0000 (+0000) Subject: Update setup for OpenVMS to make wxX11 work again X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/67a99b7c793356730c2f485b26385e018a19d739?ds=inline Update setup for OpenVMS to make wxX11 work again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index cfa7fa2c41..e23b1854a4 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 3 November 2011 * + * Date : 7 February 2012 * * * *****************************************************************************/ @@ -645,12 +645,21 @@ typedef pid_t GPid; #define wxUSE_PALETTE 1 +#if defined( __WXX11__ ) +#define wxUSE_ALL_THEMES 1 + +#define wxUSE_THEME_GTK 1 +#define wxUSE_THEME_METAL 1 +#define wxUSE_THEME_MONO 1 +#define wxUSE_THEME_WIN32 1 +#else #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 +#endif /* --- end common options --- */