summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-01-02 18:44:08 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-01-02 18:44:08 +0000
commitbda7bfa7396f8879ae848f311a740f0854677552 (patch)
treecd56a5964881abb941cc5d8777544bf7c4c98023 /render
parent96841ae2ff8d6a08a1ea453a7fcc14e9a8729401 (diff)
downloadnetsurf-bda7bfa7396f8879ae848f311a740f0854677552.tar.gz
netsurf-bda7bfa7396f8879ae848f311a740f0854677552.tar.bz2
Make scale const.
Diffstat (limited to 'render')
-rw-r--r--render/html_redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 26bc46c98..e305b7b08 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -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)
{