]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-private.h
[libview] Only set text and text_layout flags in page cache when a11y might be enabled
[evince.git] / libview / ev-view-private.h
index 79e6cdb769d325c6eb1a5ffca4faeb42460768a4..57eea303bad316c4ced4cbb8c5337b723e3d7738 100644 (file)
@@ -184,9 +184,13 @@ struct _EvView {
        /* Annotations */
        GList             *window_children;
        EvViewWindowChild *window_child_focus;
+       EvMapping         *focus_annotation;
 
        /* Synctex */
        EvMapping *synctex_result;
+
+       /* Accessibility */
+       gboolean a11y_enabled;
 };
 
 struct _EvViewClass {