Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-12-13 16:07:14 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-12-13 16:07:14 (GMT)
commit297e962912267021367fa4756c363c7102cb0879 (patch)
tree4c0903dd72de4f1acdaab7cbc6a971ac4bed0522
parenta8bfdbfa5853ae05e66893e2f7968df0ed7f76ee (diff)
[libview] Make inverted_colors a guint instead of a gboolean
-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;