]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
sv.po: Updated Swedish translation
[evince.git] / shell / ev-view-private.h
index a2a2812541554d65c1f687ac2c47ee13213230f4..c36cd57bd421633fb1f2c3f0fd7e1f75c78f1bde 100644 (file)
@@ -27,6 +27,7 @@
 #include "ev-image.h"
 #include "ev-form-field.h"
 #include "ev-selection.h"
+#include "ev-transition-animation.h"
 
 #define DRAG_HISTORY 10
 
@@ -172,6 +173,8 @@ struct _EvView {
        /* Goto Popup */
        GtkWidget *goto_window;
        GtkWidget *goto_entry;
+
+       EvTransitionAnimation *animation;
 };
 
 struct _EvViewClass {