X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..660296aa90ad5ecc98c585cc24567cee8130499a:/include/wx/mac/carbon/chkconf.h diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index c35ffb506b..a3de7145fe 100644 --- a/include/wx/mac/carbon/chkconf.h +++ b/include/wx/mac/carbon/chkconf.h @@ -6,7 +6,7 @@ * Created: 01/02/97 * RCS-ID: $Id$ * Copyright: (c) Julian Smart - * Licence: wxWidgets licence + * Licence: wxWindows licence */ #ifndef _WX_MAC_CHKCONF_H_ @@ -25,6 +25,14 @@ #define wxUSE_DEBUG_NEW_ALWAYS 0 #endif +/* + * use OS X CoreGraphics (1) or QuickDraw (0) for rendering + */ + +#ifndef wxMAC_USE_CORE_GRAPHICS +#define wxMAC_USE_CORE_GRAPHICS 0 +#endif + #endif /* _WX_MAC_CHKCONF_H_ */