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, 5 insertions, 0 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 161ede79..30f6ff0e 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -110,6 +110,11 @@ typedef struct _EvHeightToPageCache {
struct _EvView {
GtkLayout layout;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ /* Container */
+ GList *children;
+#endif
+
EvDocument *document;
/* Find */