diff options
Diffstat (limited to 'vcl/quartz/salgdi.cxx')
-rw-r--r-- | vcl/quartz/salgdi.cxx | 5 |
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() |