Make scale const.

This commit is contained in:
Michael Drake 2013-01-02 18:44:08 +00:00
parent 96841ae2ff
commit bda7bfa739

View File

@ -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)
{