]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-document-model.c
[dvi] Use ANSI C rand() instead of random()
[evince.git] / 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;