]> git.saurik.com Git - wxWidgets.git/commitdiff
10.4 support for osx-cocoa
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 7 Sep 2008 20:10:32 +0000 (20:10 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 7 Sep 2008 20:10:32 +0000 (20:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/font.cpp

index fcd8f90466353931bd7fae2ac55e77f3223407bb..c5b0cd5da86deac52ec11d0af1a359b2188bfbf2 100644 (file)
 #include "wx/graphics.h"
 #include "wx/settings.h"
 
-#if wxOSX_USE_CARBON
-#include "wx/osx/uma.h"
-#else
 #include "wx/osx/private.h"
+
+#if wxOSX_USE_ATSU_TEXT && !wxOSX_USE_CARBON
+// include themeing support
+#include <Carbon/Carbon.h>
 #endif
 
 #include <map>