diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-10 17:22:02 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-10 17:37:43 +0200 |
commit | bff2ddbbfb8a4cebee2cc223c3bba6a8d9ebc038 (patch) | |
tree | 1f8868aa88c3410ee7460493367bc2a4f3b9290b /include/sal | |
parent | 81932318df11a9f389ac1dcf7650917a622d1889 (diff) |
Hack on the iOS vcl code
Attempt to make some more complex documents render OK.
Stop using SvpSalVirtualDevice on iOS. Use AquaSalVirtualDevice in all
cases. Do use a CGLayer (the AquaSalVirtualDevice::mxLayer field)
after all, like on OS X.
Change-Id: I7f7dc00c526453786cc871fd88dfb73517b15c39
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/log-areas.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index 931a98920858..41ef580eec03 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -365,6 +365,7 @@ certain functionality. @li @c vcl.plugadapt - the Unix/X11 backend plugin mechanism @li @c vcl.osx @li @c vcl.osx.print +@li @c vcl.quartz @li @c vcl.scrollbar - Scroll Bars @li @c vcl.sm - Session Manager @li @c vcl.unity |