diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-07-12 11:05:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-07-12 14:41:35 +0200 |
commit | b00a99e4af0cf47642a139778a230cc61d1347d9 (patch) | |
tree | f325ccd996416caccb8f0b9d66f79537747e44ca /basebmp/test/filltest.cxx | |
parent | 04d937c1ec36c2d9fa8c90604c81a37d30e97da6 (diff) |
THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRA
Change-Id: I917c4136614664a1816769300707f170312c885d
Diffstat (limited to 'basebmp/test/filltest.cxx')
-rw-r--r-- | basebmp/test/filltest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx index a6e87e4cf5bc..a393144ab411 100644 --- a/basebmp/test/filltest.cxx +++ b/basebmp/test/filltest.cxx @@ -214,7 +214,7 @@ public: Format::ONE_BIT_MSB_PAL ); mpDevice32bpp = createBitmapDevice( aSize, true, - Format::THIRTYTWO_BIT_TC_MASK ); + Format::THIRTYTWO_BIT_TC_MASK_BGRA ); } void testRectFill() |