[evince] [libview] Make inverted_colors a guint instead of a gboolean
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evince] [libview] Make inverted_colors a guint instead of a gboolean
- Date: Sun, 13 Dec 2009 17:03:00 +0000 (UTC)
commit 297e962912267021367fa4756c363c7102cb0879
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sun Dec 13 17:07:14 2009 +0100
[libview] Make inverted_colors a guint instead of a gboolean
libview/ev-document-model.c | 2 +-
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]