From 4b3d4f97a8955ee72077623662ab4b5e045f6647 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 9 Mar 2006 18:55:30 +0000 Subject: [project @ 2006-03-09 18:55:30 by bursa] Partly fix debug build. svn path=/import/netsurf/; revision=2113 --- render/textplain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') diff --git a/render/textplain.c b/render/textplain.c index d7561abd1..653ea943b 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -355,7 +355,7 @@ bool textplain_redraw(struct content *c, int x, int y, * \return ptr to start of line containing (or nearest to) point */ -unsigned textplain_offset_from_coords(struct content *c, int x, int y, int dir) +size_t textplain_offset_from_coords(struct content *c, int x, int y, int dir) { float line_height = css_len2px(&textplain_style.font_size.value.length, &textplain_style) * 1.2; -- cgit v1.2.3