X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3f1f8d82c3b93cb672b326e962666dafbc913d6..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/mac/carbon/chkconf.h diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index 44e434865c..294804f479 100644 --- a/include/wx/mac/carbon/chkconf.h +++ b/include/wx/mac/carbon/chkconf.h @@ -34,6 +34,15 @@ #define wxMAC_USE_CORE_GRAPHICS 1 #endif +/* + * wxMAC_USE_CORE_GRAPHICS is now implemented in terms of wxUSE_GRAPHICS_CONTEXT + */ + +#if wxMAC_USE_CORE_GRAPHICS + #undef wxUSE_GRAPHICS_CONTEXT + #define wxUSE_GRAPHICS_CONTEXT 1 +#endif + /* * check graphics context option */