diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-27 10:49:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-27 13:49:31 +0000 |
commit | ff2bdd52f54db24f867957a3293fae08e6a431a3 (patch) | |
tree | 7cd7b2f648ddcea2c2f6f352c28c8baaa61849d7 /vcl | |
parent | 978d0494d54a9d673beef7b7bcd7c47dd5e63ed2 (diff) |
crashtesting: we're using OneBitMsbPal as the 1bit format, not OneBitLsbGrey
Change-Id: I25c6fe1bd1df568911838ab161a130f8b0571e16
(cherry picked from commit 5b9062a229611258153bd08296844d92fe3eb0d5)
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index f5d45d7e1739..0f89c03fbb08 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -102,7 +102,7 @@ namespace return false; if (rBuffer->getScanlineFormat() != SVP_CAIRO_FORMAT - && rBuffer->getScanlineFormat() != basebmp::Format::OneBitLsbGrey) + && rBuffer->getScanlineFormat() != basebmp::Format::OneBitMsbPal) return false; #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0) |