summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-01 20:00:41 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-01 20:00:41 +0000
commite3f00b8546f666498633747b8df314c242ef79bc (patch)
tree0d6833c1ccee7dcddb94349737f913f27e58cd5c /render/html.h
parent443d02b943841f6506828034731e70c71dabdaa1 (diff)
downloadnetsurf-e3f00b8546f666498633747b8df314c242ef79bc.tar.gz
netsurf-e3f00b8546f666498633747b8df314c242ef79bc.tar.bz2
Cache space widths.
svn path=/trunk/netsurf/; revision=11877
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 1 insertions, 1 deletions
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,