summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index ae1851e1e..dd04edb77 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -97,7 +97,8 @@ void html_set_status(html_content *c, const char *extra);
/* in render/html_redraw.c */
bool html_redraw(struct content *c, int x, int y,
int width, int height, const struct rect *clip,
- float scale, colour background_colour);
+ float scale, colour background_colour,
+ bool repeat_x, bool repeat_y);
/* in render/html_interaction.c */
void html_mouse_track(struct content *c, struct browser_window *bw,