diff options
author | raveit65 <[email protected]> | 2016-07-14 13:47:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-22 15:23:49 +0200 |
commit | 53b19649960bf982bbc6e54943db81e53d6c477e (patch) | |
tree | cf3edaf8b1575b9dc5bbbeeb03ae968a07280e72 /libview/ev-view-private.h | |
parent | d258be6e6cdf2326463600df83ecfdb5b9de6d5b (diff) | |
download | atril-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.h | 1 |
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; |