]> www.fi.muni.cz Git - evince.git/commitdiff
[libview] Make inverted_colors a guint instead of a gboolean
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 13 Dec 2009 16:07:14 +0000 (17:07 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 13 Dec 2009 16:07:14 +0000 (17:07 +0100)
libview/ev-document-model.c

index b92fa01fab9f3bf0dd195cd9088dc5125ced9ae5..9174af79a21fd9c1043a695495bed4ead100bb4a 100644 (file)
@@ -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;