summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index af6a886bf..5851b83b8 100644
--- a/render/html.h
+++ b/render/html.h
@@ -130,6 +130,7 @@ struct content_html_data {
struct box *layout; /**< Box tree, or 0. */
colour background_colour; /**< Document background colour. */
+ const struct font_functions *font_func;
/** Number of entries in stylesheet_content. */
unsigned int stylesheet_count;