From 0787e98dde0476c004758dad7a993bc8ff926cbe Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Wed, 26 Jun 2013 17:40:10 +0200 Subject: libview: Keep the offset inside a line when moving the caret between lines https://bugzilla.gnome.org/show_bug.cgi?id=702075 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=255b977 --- libview/ev-view-private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libview/ev-view-private.h') diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index b91b54d6..869958f9 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -221,6 +221,7 @@ struct _EvView { gboolean caret_enabled; gint cursor_offset; gint cursor_page; + gdouble cursor_line_offset; gboolean cursor_visible; guint cursor_blink_timeout_id; guint cursor_blink_time; -- cgit v1.2.1