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=1d09cb372f00d977509689363775c37082e12b84;hb=8c04c59b0a860e482d1e796f24d6be7e9c2bd76c;hp=91f43154de25ca9fcda006ea79def8b8ce1ea2cf;hpb=147db949b1e422ce3e4fc2c948efbd74581bc311;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 91f43154..1d09cb37 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -64,6 +64,7 @@ struct _EvView { char *status; char *find_status; int find_result; + gboolean jump_to_find_result; EvPageCache *page_cache; EvPixbufCache *pixbuf_cache; @@ -86,12 +87,12 @@ struct _EvView { gint start_page; gint end_page; gint current_page; - gint find_page; int rotation; double scale; int spacing; + gboolean loading; gboolean continuous; gboolean dual_page; gboolean fullscreen; @@ -124,7 +125,7 @@ struct _EvViewClass { GtkAdjustment *hadjustment, GtkAdjustment *vadjustment); void (*binding_activated) (EvView *view, - GtkScrollType scroll, + EvScrollType scroll, gboolean horizontal); void (*zoom_invalid) (EvView *view); void (*external_link) (EvView *view,