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/headless | |
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/headless')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index f63ae479f31b..3dee490cc7ff 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -738,4 +738,9 @@ bool SvpSalGraphics::SupportsCairo() const return false; } +bool SvpSalGraphics::CanResizeCairoSurface() const +{ + return false; +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |