From 355799ce0bbb078237dfc1ae9874bbc5342acbc4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 17 Dec 2009 23:55:02 +0000 Subject: Merge branches/MarkieB/gtkmain to trunk. svn path=/trunk/netsurf/; revision=9729 --- render/html.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index e18c33a2c..51abba3ba 100644 --- a/render/html.h +++ b/render/html.h @@ -133,6 +133,8 @@ struct content_html_data { colour background_colour; /**< Document background colour. */ const struct font_functions *font_func; + struct content *favicon; /**< the favicon for the page */ + /** Number of entries in stylesheet_content. */ unsigned int stylesheet_count; /** Stylesheets. Each may be 0. */ @@ -189,6 +191,7 @@ void html_open(struct content *c, struct browser_window *bw, struct content *page, unsigned int index, struct box *box, struct object_params *params); void html_close(struct content *c); +void html_set_status(struct content *c, const char *extra); /* in render/html_redraw.c */ bool html_redraw(struct content *c, int x, int y, -- cgit v1.2.3