summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-25 10:32:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-25 15:45:57 +0000
commit872c1b7654510daa4a6974150490623745d931bf (patch)
tree2a3aaa63aa2844d6b8b7e4b02cc1085ac48dd5c4
parent3d22df17b33d6c66c3b7441bd220712ada53e667 (diff)
gtk3: it's the *Original* device we care about, not the temp clip hack devices
Change-Id: I2ac61cd2a99da25122165af692154fdbc2ac6d2e
-rw-r--r--vcl/headless/svpgdi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index ca50bfd1731c..98e5b6f7090b 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1154,7 +1154,7 @@ bool SvpSalGraphics::supportsOperation(OutDevSupportType eType) const
{
if (m_aDrawMode == basebmp::DrawMode::XOR)
return false;
- if (!isCairoCompatible(m_aDevice))
+ if (!isCairoCompatible(m_aOrigDevice))
return false;
switch (eType)
{