summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdi.cxx
diff options
context:
space:
mode:
authorPatrick Luby <plubius@neooffice.org>2023-01-24 20:28:22 -0500
committerPatrick Luby <plubius@neooffice.org>2023-01-26 14:19:29 +0000
commita0d825133656c6329c0e7e3b0b6bafbd51e87271 (patch)
treef8e3a4d703b2b6ea6295a5e3fcd15b2a6a1f237a /vcl/quartz/salgdi.cxx
parentf12ea381d52e2c26e966d15d281b41eafaddb5bb (diff)
tdf#147342 Notify Skia that the window's backing properties changed
Change-Id: I4185a240a2ca6df1c92e86ff9950f86234d4ace8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146142 Tested-by: Jenkins Reviewed-by: Patrick Luby <plubius@neooffice.org>
Diffstat (limited to 'vcl/quartz/salgdi.cxx')
-rw-r--r--vcl/quartz/salgdi.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index 571e44f23e71..78be62d02963 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -487,6 +487,11 @@ void AquaSalGraphics::Flush( const tools::Rectangle& rRect )
mpBackend->Flush( rRect );
}
+void AquaSalGraphics::WindowBackingPropertiesChanged()
+{
+ mpBackend->WindowBackingPropertiesChanged();
+}
+
#ifdef IOS
bool AquaSharedAttributes::checkContext()