summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c2
1 files changed, 1 insertions, 1 deletions
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;