Newly tracked file
src/ragg.h
changed.
Other files ignored by Codecov
NEWS.md
has changed.
35 | 35 | typedef agg::pixfmt_rgba64_pre pixfmt_type_64; |
|
36 | 36 | ||
37 | 37 | #ifdef __BIG_ENDIAN__ |
|
38 | - | typedef agg::pixfmt_abgr32 pixfmt_r_raster; |
|
38 | + | typedef agg::pixfmt_abgr32_plain pixfmt_r_raster; |
|
39 | 39 | #else |
|
40 | - | typedef agg::pixfmt_rgba32 pixfmt_r_raster; |
|
40 | + | typedef agg::pixfmt_rgba32_plain pixfmt_r_raster; |
|
41 | 41 | #endif |
|
42 | 42 | ||
43 | 43 | // pixfmt agnosting demultiplying |