mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 11:12:46 +03:00
RISC OS: Image: Use #define for unspecified sprite area.
This commit is contained in:
parent
fa64d91d12
commit
b65abe987c
@ -172,7 +172,7 @@ bool image_redraw_os(osspriteop_id header, int x, int y, int req_width,
|
|||||||
os_error *error;
|
os_error *error;
|
||||||
|
|
||||||
error = xcolourtrans_generate_table_for_sprite(
|
error = xcolourtrans_generate_table_for_sprite(
|
||||||
(osspriteop_area *)0x100, header,
|
osspriteop_UNSPECIFIED, header,
|
||||||
os_CURRENT_MODE,
|
os_CURRENT_MODE,
|
||||||
colourtrans_CURRENT_PALETTE,
|
colourtrans_CURRENT_PALETTE,
|
||||||
0, colourtrans_GIVEN_SPRITE, 0, 0, &size);
|
0, colourtrans_GIVEN_SPRITE, 0, 0, &size);
|
||||||
@ -192,7 +192,7 @@ bool image_redraw_os(osspriteop_id header, int x, int y, int req_width,
|
|||||||
}
|
}
|
||||||
|
|
||||||
error = xcolourtrans_generate_table_for_sprite(
|
error = xcolourtrans_generate_table_for_sprite(
|
||||||
(osspriteop_area *)0x100, header,
|
osspriteop_UNSPECIFIED, header,
|
||||||
os_CURRENT_MODE,
|
os_CURRENT_MODE,
|
||||||
colourtrans_CURRENT_PALETTE,
|
colourtrans_CURRENT_PALETTE,
|
||||||
table, colourtrans_GIVEN_SPRITE, 0, 0, 0);
|
table, colourtrans_GIVEN_SPRITE, 0, 0, 0);
|
||||||
@ -211,7 +211,7 @@ bool image_redraw_os(osspriteop_id header, int x, int y, int req_width,
|
|||||||
f.ydiv = height;
|
f.ydiv = height;
|
||||||
|
|
||||||
error = xosspriteop_put_sprite_scaled(osspriteop_PTR,
|
error = xosspriteop_put_sprite_scaled(osspriteop_PTR,
|
||||||
(osspriteop_area *)0x100, header,
|
osspriteop_UNSPECIFIED, header,
|
||||||
x, (int)(y - req_height),
|
x, (int)(y - req_height),
|
||||||
8, &f, table);
|
8, &f, table);
|
||||||
if (error) {
|
if (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user