From e3f00b8546f666498633747b8df314c242ef79bc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 1 Mar 2011 20:00:41 +0000 Subject: Cache space widths. svn path=/trunk/netsurf/; revision=11877 --- render/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index ee2f041bf..c06252a4f 100644 --- a/render/html.h +++ b/render/html.h @@ -225,7 +225,7 @@ size_t html_selection_drag_end(struct hlcache_handle *h, browser_mouse_state mouse, int x, int y, int dir); bool text_redraw(const char *utf8_text, size_t utf8_len, - size_t offset, bool space, + size_t offset, int space, const plot_font_style_t *fstyle, int x, int y, const struct rect *clip, -- cgit v1.2.3