]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/chkconf.h
moving all border invalidations into one area, also opening peer access for all
[wxWidgets.git] / include / wx / mac / carbon / chkconf.h
index e7c5d596c5a3d66f052e256aa670bdc9d9870be0..a3de7145feff912edec3bb62f8a318d540218223 100644 (file)
     #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_ */