summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/svpframe.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-04 15:12:06 +0300
committerTor Lillqvist <tml@iki.fi>2013-06-04 15:24:01 +0300
commitac7d6300c6cf73da473273cfd4d1f6b6fb9eb6a1 (patch)
tree8d96844b04315544e5e4f7321480269c2ad5c79e /vcl/inc/headless/svpframe.hxx
parentb50adb3f76db02add039d00ad9b597c6653eb2c4 (diff)
Make the iOS vcl CoreText code build again
Some refactoring was needed after the Coretext rework yesterday. It does crash at run-time, though. Also, remove the no longer used source files from our older CoreText attempt. Change-Id: I54d221ade846866d7a9457acd50219c74c68e8cf
Diffstat (limited to 'vcl/inc/headless/svpframe.hxx')
-rw-r--r--vcl/inc/headless/svpframe.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx
index aa3cdd27ef9b..112e552298b9 100644
--- a/vcl/inc/headless/svpframe.hxx
+++ b/vcl/inc/headless/svpframe.hxx
@@ -27,6 +27,10 @@
#include <list>
+#ifdef IOS
+#define SvpSalGraphics AquaSalGraphics
+#endif
+
class SvpSalInstance;
class SvpSalGraphics;