aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-01 18:35:40 +0200
committerThomas White <taw@physics.org>2011-06-01 18:35:49 +0200
commitbcc9f89407ed1e632da249623fd63e493439ec39 (patch)
tree1d604ab225156548592165d01ef531c88ab623a9 /src/slideshow.h
parent247a81c6e1b78d91fc6126d03f4018eabba43119 (diff)
Make escape in main window also exit slideshow
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index 635344c..5b332c7 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -32,4 +32,6 @@ extern void try_start_slideshow(struct presentation *p);
extern void notify_slideshow_slide_changed(struct presentation *p);
+extern void end_slideshow(struct presentation *p);
+
#endif /* SLIDESHOW_H */