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 f85af71d..7c8d14e8 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -201,10 +201,13 @@ struct _EvView {
/* Annotations */
GList *window_children;
EvViewWindowChild *window_child_focus;
- EvMapping *focus_annotation;
gboolean adding_annot;
EvAnnotationType adding_annot_type;
+ /* Focus */
+ EvMapping *focused_element;
+ guint focused_element_page;
+
/* Synctex */
EvMapping *synctex_result;