diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 13:38:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-19 00:34:30 +0000 |
commit | 6ef1cb0c573c479b23866184b819be6226755179 (patch) | |
tree | 0f40abdab9b051bd31ce502f48129b1362632a38 /vcl/quartz | |
parent | 144ab285566afa18790356b5497573290ee710bf (diff) |
move the cairo resize hack into vcl
Change-Id: I41868da3901d9c3fff69c11da467952176e58f09
Reviewed-on: https://gerrit.libreoffice.org/14897
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salgdicommon.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index b982dd4ff7bb..e04b5586b9c5 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -1450,6 +1450,11 @@ bool AquaSalGraphics::SupportsCairo() const return true; } +bool AquaSalGraphics::CanResizeCairoSurface() const +{ + return false; +} + long AquaSalGraphics::GetGraphicsWidth() const { long w = 0; |