summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-06-09 23:13:55 +0000
committerJames Bursa <james@netsurf-browser.org>2004-06-09 23:13:55 +0000
commit035eaa78499be49457184886b6ec338b4030ac33 (patch)
tree4ef0225fd73856c266f0177a8136416747af44a5 /render/html.h
parentd3217d5be01ec4865d8d02fe2e17914884eb7395 (diff)
downloadnetsurf-035eaa78499be49457184886b6ec338b4030ac33.tar.gz
netsurf-035eaa78499be49457184886b6ec338b4030ac33.tar.bz2
[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
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 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,