use wxUSE_PRIVATE_FONTS on OpenVMS only for gtk2+

This commit is contained in:
Jouk
2017-11-28 12:56:06 +01:00
parent e7e649df40
commit 3100af8eef

View File

@@ -536,7 +536,11 @@ typedef pid_t GPid;
#define wxUSE_NOTIFICATION_MESSAGE 1 #define wxUSE_NOTIFICATION_MESSAGE 1
#ifndef VMS_GTK2
#define wxUSE_PRIVATE_FONTS 0
#else
#define wxUSE_PRIVATE_FONTS 1 #define wxUSE_PRIVATE_FONTS 1
#endif
#if defined (__WXMOTIF__) #if defined (__WXMOTIF__)
#define wxUSE_RICHTOOLTIP 0 #define wxUSE_RICHTOOLTIP 0