From: Carlos Garcia Campos Date: Sun, 13 Dec 2009 16:07:14 +0000 (+0100) Subject: [libview] Make inverted_colors a guint instead of a gboolean X-Git-Tag: EVINCE_2_29_4~18 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=297e962912267021367fa4756c363c7102cb0879;p=evince.git [libview] Make inverted_colors a guint instead of a gboolean --- diff --git a/libview/ev-document-model.c b/libview/ev-document-model.c index b92fa01f..9174af79 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;