From 9df3058cd84cd859f6e26c724b5d96ea8b823dea Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 17 Feb 2023 15:40:37 +0100 Subject: [PATCH] Add Graphics Acceleration heading to prefs on macOS --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 67d7a84af8..4416defc2c 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3013,7 +3013,7 @@ These settings will only take effect after %1 is restarted.\n\ } add_option (_("Appearance/Quirks"), new OptionEditorBlank ()); -#if (!defined USE_CAIRO_IMAGE_SURFACE || defined CAIRO_SUPPORTS_FORCE_BUGGY_GRADIENTS_ENVIRONMENT_VARIABLE) +#if (!defined USE_CAIRO_IMAGE_SURFACE || defined CAIRO_SUPPORTS_FORCE_BUGGY_GRADIENTS_ENVIRONMENT_VARIABLE || defined __APPLE__) add_option (_("Appearance"), new OptionEditorHeading (_("Graphics Acceleration"))); #endif