aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-24 00:11:42 +0000
committerThomas White <taw@bitwiz.org.uk>2011-12-24 00:11:42 +0000
commit8f9ce31038105cd975c88e0008f2e14ecab59240 (patch)
tree18f6948b5427f02e3df36e1fb09eedc8f91f8e96 /src/slideshow.h
parent34604c7fe4530c8a9b8510497de51367f550df99 (diff)
Ensure old Cairo surfaces get deleted
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index 5b332c7..03418f7 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -30,7 +30,10 @@
extern void try_start_slideshow(struct presentation *p);
-extern void notify_slideshow_slide_changed(struct presentation *p);
+extern void notify_slideshow_slide_changed(struct presentation *p,
+ struct slide *np);
+
+extern void toggle_slideshow_link(struct presentation *p);
extern void end_slideshow(struct presentation *p);