summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-18 13:38:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-18 17:24:03 +0000
commitf59345721b1731c0fd5ed052f2dee99042bd7f4c (patch)
tree71feccd2b8828d9842086cdb3cb23837af5a12f2 /vcl/quartz
parent8a5069cbaacf8a78ee66d6d8f2a46daefe1bec56 (diff)
move the cairo resize hack into vcl
Change-Id: Ifd1817a28f4fb7ddcc85447fd3388fd0efd86476
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salgdicommon.cxx5
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;