aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-06 13:50:28 +0000
committerThomas White <taw@bitwiz.org.uk>2012-01-06 13:50:28 +0000
commit668e837ca2c1c2374a8dba730cd11d73beaf1d46 (patch)
treee66d15a4d08288c02405743c31d722f63dedaf7e /src/slideshow.h
parentf63c8dd67114d18eb2a6bf203b1a0c603517200d (diff)
Fix a bug where "b" did not respond
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index 03418f7..fc0ab1b 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -34,6 +34,7 @@ extern void notify_slideshow_slide_changed(struct presentation *p,
struct slide *np);
extern void toggle_slideshow_link(struct presentation *p);
+extern void check_toggle_blank(struct presentation *p);
extern void end_slideshow(struct presentation *p);