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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index ec1fa02..eb7ec72 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -104,9 +104,12 @@ struct _EvView {
gint end_page;
gint current_page;
- int rotation;
- double scale;
- int spacing;
+ gint rotation;
+ gdouble scale;
+ gint spacing;
+ gdouble dpi;
+ gdouble max_scale;
+ gdouble min_scale;
gboolean loading;
gboolean continuous;