]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Correct zoom setup and metadata save broken in some locales.
[evince.git] / shell / ev-view-private.h
index ef48e0be7f2ccc564e966a22dde34e213b015e84..91f43154de25ca9fcda006ea79def8b8ce1ea2cf 100644 (file)
@@ -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 */