X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libview%2Fev-document-model.c;h=9174af79a21fd9c1043a695495bed4ead100bb4a;hb=0526caefb3e35fe432e40fb9503d370907c9ef28;hp=b92fa01fab9f3bf0dd195cd9088dc5125ced9ae5;hpb=f89486b20069a9e9de2ff8bc08df1fcd49bb6355;p=evince.git 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;