]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-private.h
Small cleanup
[evince.git] / libview / ev-view-private.h
index 5b5fd19d775cceeda323535a4a6c9a1b35db6285..3355457614c4ae3618234955f9d12203964b7604 100644 (file)
@@ -110,6 +110,9 @@ typedef struct _EvHeightToPageCache {
 struct _EvView {
        GtkLayout layout;
 
+       /* Container */
+       GList *children;
+
        EvDocument *document;
 
        /* Find */
@@ -132,6 +135,10 @@ struct _EvView {
        /* Scrolling */
        GtkAdjustment *hadjustment;
        GtkAdjustment *vadjustment;
+       /* GtkScrollablePolicy needs to be checked when
+        * driving the scrollable adjustment values */
+       guint hscroll_policy : 1;
+       guint vscroll_policy : 1;
 
        gint scroll_x;
        gint scroll_y;