summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h3
1 files changed, 3 insertions, 0 deletions
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,