From c8c48c4a22953c2da38e9947e56fbce0fde78cec Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 21 Jun 2014 22:52:01 +0200 Subject: Fix cursor moving --- src/wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrap.h') diff --git a/src/wrap.h b/src/wrap.h index cb3b610..bd45aa8 100644 --- a/src/wrap.h +++ b/src/wrap.h @@ -102,7 +102,7 @@ struct wrap_line extern int wrap_contents(struct frame *fr); -extern void get_cursor_pos(struct wrap_box *box, size_t pos, +extern void get_cursor_pos(struct wrap_box *box, int pos, double *xposd, double *yposd, double *line_height); extern void move_cursor_back(struct presentation *p); -- cgit v1.2.3