diff options
Diffstat (limited to 'core/fxcodec/lbmp/fx_bmp.h')
-rw-r--r-- | core/fxcodec/lbmp/fx_bmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcodec/lbmp/fx_bmp.h b/core/fxcodec/lbmp/fx_bmp.h index bf5e94fc23..e30402070b 100644 --- a/core/fxcodec/lbmp/fx_bmp.h +++ b/core/fxcodec/lbmp/fx_bmp.h @@ -95,6 +95,7 @@ class BMPDecompressor { size_t out_row_bytes; uint16_t bitCounts; uint32_t color_used; + bool imgTB_flag; int32_t pal_num; int32_t pal_type; uint32_t* pal_ptr; |