]> git.saurik.com Git - wxWidgets.git/commitdiff
using graphics context for core graphics switch
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Oct 2006 15:04:32 +0000 (15:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Oct 2006 15:04:32 +0000 (15:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/chkconf.h

index 44e434865c000d83d9e989df7f31ffd3ea6da3fc..294804f479b7e97c0b681731a96f0d4f2c3dda91 100644 (file)
     #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
  */