summaryrefslogtreecommitdiff
path: root/basebmp/test/linetest.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-12 11:05:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-12 14:41:35 +0200
commitb00a99e4af0cf47642a139778a230cc61d1347d9 (patch)
treef325ccd996416caccb8f0b9d66f79537747e44ca /basebmp/test/linetest.cxx
parent04d937c1ec36c2d9fa8c90604c81a37d30e97da6 (diff)
THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRA
Change-Id: I917c4136614664a1816769300707f170312c885d
Diffstat (limited to 'basebmp/test/linetest.cxx')
-rw-r--r--basebmp/test/linetest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/linetest.cxx b/basebmp/test/linetest.cxx
index cf5f3942befd..9943a399a335 100644
--- a/basebmp/test/linetest.cxx
+++ b/basebmp/test/linetest.cxx
@@ -154,7 +154,7 @@ public:
Format::ONE_BIT_MSB_PAL );
mpDevice32bpp = createBitmapDevice( aSize,
true,
- Format::THIRTYTWO_BIT_TC_MASK );
+ Format::THIRTYTWO_BIT_TC_MASK_BGRA );
}
void testCornerCases()