From eddae6af0663243a2677674d501f9a87d55798f5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 30 Jun 2011 15:48:07 +0000 Subject: Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543 --- render/html.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/html.h') 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); -- cgit v1.2.3