summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index ab49b266b..8446b651e 100644
--- a/render/html.h
+++ b/render/html.h
@@ -88,7 +88,8 @@ void html_revive(struct content *c, unsigned int width, unsigned int height);
void html_reformat(struct content *c, unsigned int width, unsigned int height);
void html_destroy(struct content *c);
void html_fetch_object(struct content *c, char *url, struct box *box,
- const content_type *permitted_types);
+ const content_type *permitted_types,
+ int available_width, int available_height);
/* in riscos/htmlinstance.c */
void html_add_instance(struct content *c, struct browser_window *bw,