summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index dfe777ff..178733a7 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -288,7 +288,10 @@ void _ev_view_transform_doc_rect_to_view_rect (EvView *view,
void _ev_view_get_selection_colors (EvView *view,
GdkRGBA *bg_color,
GdkRGBA *fg_color);
-
+gint _ev_view_get_caret_cursor_offset_at_doc_point (EvView *view,
+ gint page,
+ gdouble doc_x,
+ gdouble doc_y);
void _ev_view_set_focused_element (EvView *view,
EvMapping *element_mapping,
gint page);