From 8b78a7803d393c9a1fb8b76deab79cdb5ad480d8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 21 May 2004 14:26:59 +0000 Subject: [project @ 2004-05-21 14:26:59 by bursa] Improved handling of objects and frames; some work on malloc() failure in box conversion. svn path=/import/netsurf/; revision=880 --- render/html.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/html.h') 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, -- cgit v1.2.3