From 721ba9cbdc99e45b97cceb31336c9948eed93f85 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 14 Jun 2012 21:53:06 +0000 Subject: [PATCH 1/1] using CoreText under iOS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/iphone/chkconf.h | 2 +- include/wx/osx/iphone/private.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index 0148719a65..bcb436597b 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -20,7 +20,7 @@ * under a certain platform */ -#define wxOSX_USE_CORE_TEXT 0 +#define wxOSX_USE_CORE_TEXT 1 #define wxOSX_USE_ATSU_TEXT 0 #define wxHAS_OPENGL_ES diff --git a/include/wx/osx/iphone/private.h b/include/wx/osx/iphone/private.h index a65f3ee2bf..ff78c42c36 100644 --- a/include/wx/osx/iphone/private.h +++ b/include/wx/osx/iphone/private.h @@ -18,6 +18,11 @@ #import #endif +#include +#include +#include + + #if wxUSE_GUI OSStatus WXDLLIMPEXP_CORE wxMacDrawCGImage( -- 2.45.2