mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
Make scale const.
This commit is contained in:
parent
96841ae2ff
commit
bda7bfa739
@ -1893,7 +1893,7 @@ static bool html_redraw_box_children(const html_content *html, struct box *box,
|
||||
|
||||
bool html_redraw_box(const html_content *html, struct box *box,
|
||||
int x_parent, int y_parent,
|
||||
const struct rect *clip, float scale,
|
||||
const struct rect *clip, const float scale,
|
||||
colour current_background_color,
|
||||
const struct redraw_context *ctx)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user