X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-view-private.h;h=91f43154de25ca9fcda006ea79def8b8ce1ea2cf;hb=96b7b39d956756ad5e354b67e7da4d2a73415cb3;hp=ef48e0be7f2ccc564e966a22dde34e213b015e84;hpb=47bf008787b6d613d0ecdc6b14c741519641c24e;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index ef48e0be..91f43154 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -43,8 +43,8 @@ typedef struct { typedef enum { SCROLL_TO_KEEP_POSITION, - SCROLL_TO_CURRENT_PAGE, - SCROLL_TO_CENTER + SCROLL_TO_PAGE_POSITION, + SCROLL_TO_CENTER, } PendingScroll; typedef enum { @@ -78,7 +78,8 @@ struct _EvView { gint scroll_y; PendingScroll pending_scroll; - gboolean pending_resize; + gboolean pending_resize; + EvPoint pending_point; /* Current geometry */