Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-document-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-document-model.c b/libview/ev-document-model.c
index b92fa01..9174af7 100644
--- a/libview/ev-document-model.c
+++ b/libview/ev-document-model.c
@@ -33,12 +33,12 @@ struct _EvDocumentModel
gint page;
gint rotation;
- gboolean inverted_colors;
gdouble scale;
EvSizingMode sizing_mode;
guint continuous : 1;
guint dual_page : 1;
guint fullscreen : 1;
+ guint inverted_colors : 1;
gdouble max_scale;
gdouble min_scale;