mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-11 05:47:42 -06:00
use wxUSE_PRIVATE_FONTS on OpenVMS only for gtk2+
This commit is contained in:
parent
e7e649df40
commit
3100af8eef
@ -536,7 +536,11 @@ typedef pid_t GPid;
|
||||
|
||||
#define wxUSE_NOTIFICATION_MESSAGE 1
|
||||
|
||||
#ifndef VMS_GTK2
|
||||
#define wxUSE_PRIVATE_FONTS 0
|
||||
#else
|
||||
#define wxUSE_PRIVATE_FONTS 1
|
||||
#endif
|
||||
|
||||
#if defined (__WXMOTIF__)
|
||||
#define wxUSE_RICHTOOLTIP 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user