add new compression commands to BitmapLinearWin
This commit is contained in:
parent
6834bb084b
commit
da4df32878
8 changed files with 84 additions and 60 deletions
|
@ -284,7 +284,8 @@ struct sp2_Command *sp2_command_bitmap_linear_or(sp2_Offset offset,
|
|||
*/
|
||||
struct sp2_Command *sp2_command_bitmap_linear_win(uint16_t x,
|
||||
uint16_t y,
|
||||
struct sp2_PixelGrid *byte_grid);
|
||||
struct sp2_PixelGrid *byte_grid,
|
||||
sp2_CompressionCode compression_code);
|
||||
|
||||
/**
|
||||
* Allocates a new `Command::BitmapLinearXor` instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue