X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a14d082781b02534b53462245c24e99a1db2926..cbfc8d9a612c3c498b0716e828629674f4e63363:/include/wx/mac/carbon/chkconf.h diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index a876f055b0..294804f479 100644 --- a/include/wx/mac/carbon/chkconf.h +++ b/include/wx/mac/carbon/chkconf.h @@ -31,7 +31,16 @@ */ #ifndef wxMAC_USE_CORE_GRAPHICS - #define wxMAC_USE_CORE_GRAPHICS 0 + #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 /* @@ -46,7 +55,7 @@ */ #ifndef wxMAC_USE_NATIVE_TOOLBAR - #define wxMAC_USE_NATIVE_TOOLBAR 0 + #define wxMAC_USE_NATIVE_TOOLBAR 1 #endif #endif