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