summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-05-21 14:26:59 +0000
committerJames Bursa <james@netsurf-browser.org>2004-05-21 14:26:59 +0000
commit8b78a7803d393c9a1fb8b76deab79cdb5ad480d8 (patch)
tree3316cf7e53f98ce01230ddfe6e9b56ea3f056cdb /render/html.h
parentc2ebb7e4dee50b21c741cac6b3baf51a2504e575 (diff)
downloadnetsurf-8b78a7803d393c9a1fb8b76deab79cdb5ad480d8.tar.gz
netsurf-8b78a7803d393c9a1fb8b76deab79cdb5ad480d8.tar.bz2
[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
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,