X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-view-private.h;h=c36cd57bd421633fb1f2c3f0fd7e1f75c78f1bde;hb=db17ed167f5fdfac352c96349f7bda5814dc0711;hp=a2a2812541554d65c1f687ac2c47ee13213230f4;hpb=4afda26e15369c1ff2dbbdb132438f3cfaccb529;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index a2a28125..c36cd57b 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -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 {