Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-12-09 16:32:04 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-12-09 16:32:04 (GMT)
commit5e2fe6124f89d26435a4ae3cc3de882f5082609d (patch)
treece4cbc686a2d2b472fe66660d322158f97352ef7 /shell/ev-view-private.h
parentae1abac23ad71b2c5e1ea58bdbc3e365bbbb4765 (diff)
Show a blank page after the last page in presentation mode with a message
2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.c: (draw_end_presentation_page), (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation): Show a blank page after the last page in presentation mode with a message indicating that presentation has finished and how to exit.
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 791256b..7278a50 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -98,6 +98,7 @@ struct _EvView {
gboolean dual_page;
gboolean fullscreen;
gboolean presentation;
+ gboolean end_presentation;
EvSizingMode sizing_mode;
/* Common for button press handling */