Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-presentation.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-04-25 16:20:56 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-04-25 16:20:56 (GMT)
commit46746347b389f78dfd026b511600fbe46b019bc1 (patch)
treeccf5e30e4fbfe1500d7d2ac866d7634662cacf69 /libview/ev-view-presentation.h
parentd578d4048cd4cb85bcb3f84a30e552ddd1709bd3 (diff)
[presentation] Make inverted colors mode work in presentation mode too
Fixes bug #614693.
Diffstat (limited to 'libview/ev-view-presentation.h')
-rw-r--r--libview/ev-view-presentation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h
index dde9ad8..24553b0 100644
--- a/libview/ev-view-presentation.h
+++ b/libview/ev-view-presentation.h
@@ -42,7 +42,8 @@ GType ev_view_presentation_get_type (void) G_GNUC_CONST;
GtkWidget *ev_view_presentation_new (EvDocument *document,
guint current_page,
- guint rotation);
+ guint rotation,
+ gboolean inverted_colors);
guint ev_view_presentation_get_current_page (EvViewPresentation *pview);
G_END_DECLS