Switching on wxUSE_CAIRO for wxX11 on OpenVMS

This commit is contained in:
Jouk
2019-09-13 08:03:45 +02:00
parent dda6aa6bdc
commit 9a271ab676
3 changed files with 8 additions and 5 deletions

View File

@@ -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 : 31 January 2019 *
* Date : 13 September 2019 *
* *
*****************************************************************************/
@@ -109,7 +109,7 @@ typedef pid_t GPid;
#endif
#endif
#ifdef VMS_GTK2
#if defined( VMS_GTK2 ) || defined( __WXX11__ )
#define wxUSE_CAIRO 1
#else
#define wxUSE_CAIRO 0