]> git.saurik.com Git - wxWidgets.git/commitdiff
turning off QuickDraw on the iPhone
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 07:32:45 +0000 (07:32 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 07:32:45 +0000 (07:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/chkconf.h

index ac2332341e1a1b493621ed23b28690a6be281a39..4115fba7a95322da7f1442bd121a12af432e7e4b 100644 (file)
     #endif
     #define wxMAC_USE_QUICKDRAW 0
 #else
-    #define wxMAC_USE_QUICKDRAW 1
+    #ifdef __WXASPEN__
+        #define wxMAC_USE_QUICKDRAW 0
+    #else
+        #define wxMAC_USE_QUICKDRAW 1
+    #endif
 #endif
 
 /*