[Libreoffice-commits] core.git: 2 commits - vcl/ios vcl/Library_vcl.mk
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 27 12:41:09 UTC 2021
vcl/Library_vcl.mk | 1 +
vcl/ios/dummies.cxx | 9 +++++++++
2 files changed, 10 insertions(+)
New commits:
commit 50e98026e802d06aae055f14c762ba5c2cb97f02
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Sep 27 15:40:00 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Sep 27 15:40:00 2021 +0300
Need a dummy AquaGraphicsBackend::drawNativeControl() on iOS
Change-Id: I5264eb8dbd817cbf0e6fdc00a84d60249258d3ad
diff --git a/vcl/ios/dummies.cxx b/vcl/ios/dummies.cxx
index 340fefce26a2..ad40587914a1 100644
--- a/vcl/ios/dummies.cxx
+++ b/vcl/ios/dummies.cxx
@@ -129,4 +129,13 @@ PrintFontManager::~PrintFontManager()
{
}
+bool AquaGraphicsBackend::drawNativeControl(ControlType /* nType */,
+ ControlPart /* nPart */,
+ const tools::Rectangle & /* rControlRegion */,
+ ControlState /* nState */,
+ const ImplControlValue & /* aValue */)
+{
+ return false;
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit 2d91ff1c541c6c024249795cdd6adda2eb59080f
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Sep 27 15:39:33 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Sep 27 15:39:33 2021 +0300
Need vcl/quartz/AquaGraphicsBackend for iOS, too
Change-Id: I562fd9e07ce55ad8a28b8cd51f7bc1535241f5fc
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index f99e9ae51ac0..1470c0e1f08f 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -709,6 +709,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/quartz/salgdicommon \
vcl/quartz/salvd \
vcl/quartz/utils \
+ vcl/quartz/AquaGraphicsBackend \
$(vcl_headless_code) \
))
$(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
More information about the Libreoffice-commits
mailing list