Kaydet (Commit) 5b9062a2 authored tarafından Caolán McNamara's avatar Caolán McNamara

crashtesting: we're using OneBitMsbPal as the 1bit format, not OneBitLsbGrey

Change-Id: I25c6fe1bd1df568911838ab161a130f8b0571e16
üst 759eb79d
...@@ -300,7 +300,7 @@ namespace ...@@ -300,7 +300,7 @@ namespace
return false; return false;
if (rBuffer->getScanlineFormat() != SVP_CAIRO_FORMAT if (rBuffer->getScanlineFormat() != SVP_CAIRO_FORMAT
&& rBuffer->getScanlineFormat() != basebmp::Format::OneBitLsbGrey) && rBuffer->getScanlineFormat() != basebmp::Format::OneBitMsbPal)
return false; return false;
#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0) #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment