X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3f1f8d82c3b93cb672b326e962666dafbc913d6..abb6edd197b78d24f762257a7880539556d10505:/include/wx/mac/carbon/chkconf.h?ds=inline 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 */