summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-09-27 15:40:00 +0300
committerTor Lillqvist <tml@collabora.com>2021-09-27 15:40:00 +0300
commit50e98026e802d06aae055f14c762ba5c2cb97f02 (patch)
treec09bd615e7e7c510bd614fd61e0061d1ea688350 /vcl/ios
parent2d91ff1c541c6c024249795cdd6adda2eb59080f (diff)
Need a dummy AquaGraphicsBackend::drawNativeControl() on iOS
Change-Id: I5264eb8dbd817cbf0e6fdc00a84d60249258d3ad
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/dummies.cxx9
1 files changed, 9 insertions, 0 deletions
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: */