aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-06-21 22:52:01 +0200
committerThomas White <taw@bitwiz.org.uk>2014-06-21 22:52:01 +0200
commitc8c48c4a22953c2da38e9947e56fbce0fde78cec (patch)
tree7404a476893cf514d0e89e60d68c9a5e2a13c1dc /src/wrap.h
parent10d05eeeb2705c3918e27a98253e95a2d50fe189 (diff)
Fix cursor moving
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h2
1 files changed, 1 insertions, 1 deletions
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);