From 035eaa78499be49457184886b6ec338b4030ac33 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 9 Jun 2004 23:13:55 +0000 Subject: [project @ 2004-06-09 23:13:55 by bursa] Fix double-free of background image url. Add background parameter to html_fetch_object(). svn path=/import/netsurf/; revision=944 --- 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 860af9680..683c5dc73 100644 --- a/render/html.h +++ b/render/html.h @@ -91,7 +91,8 @@ 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, - int available_width, int available_height); + int available_width, int available_height, + bool background); /* in riscos/htmlinstance.c */ void html_add_instance(struct content *c, struct browser_window *bw, -- cgit v1.2.3