aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 787a2ec..b6ae617 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -157,6 +157,8 @@ extern int find_cursor_2(struct frame *fr, double x, double y,
extern void sort_positions(struct edit_pos *a, struct edit_pos *b);
+extern int positions_equal(struct edit_pos a, struct edit_pos b);
+
extern int get_para_highlight(struct frame *fr, int cursor_para,
double *cx, double *cy, double *cw, double *ch);