Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index ef48e0b..91f4315 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 */