summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-14 13:47:44 +0200
committerraveit65 <[email protected]>2016-07-22 15:23:49 +0200
commit53b19649960bf982bbc6e54943db81e53d6c477e (patch)
treecf3edaf8b1575b9dc5bbbeeb03ae968a07280e72 /libview/ev-view-private.h
parentd258be6e6cdf2326463600df83ecfdb5b9de6d5b (diff)
downloadatril-53b19649960bf982bbc6e54943db81e53d6c477e.tar.bz2
atril-53b19649960bf982bbc6e54943db81e53d6c477e.tar.xz
Split dual mode option into dual mode with odd and even pages on the left
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 5cfdaae8..b6c0ea5f 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -103,6 +103,7 @@ typedef enum {
typedef struct _EvHeightToPageCache {
gint rotation;
+ gboolean dual_even_left;
gdouble *height_to_page;
gdouble *dual_height_to_page;
} EvHeightToPageCache;