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, 2 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index 426541342..ba55a6cdd 100644
--- a/render/html.h
+++ b/render/html.h
@@ -158,7 +158,8 @@ bool text_redraw(const char *utf8_text, size_t utf8_len,
const struct rect *clip,
int height,
float scale,
- bool excluded);
+ bool excluded,
+ const struct redraw_context *ctx);
xmlDoc *html_get_document(struct hlcache_handle *h);
struct box *html_get_box_tree(struct hlcache_handle *h);