aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-17 22:56:55 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-17 22:56:55 +0200
commitac97e289f8555a09c5302bdc8631721505807ef2 (patch)
treef42af9922f02c576cf9c143cfa97f809823669c9 /src/slideshow.h
parent4ea72c5e6d460864527642e0c265f4ff1f70b6fe (diff)
Advance slide from narrative window
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index 5124808..5c8b808 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -39,7 +39,7 @@ struct sscontrolfuncs
/* Controller should return what it thinks is the current slide
* (this might not be what is on the screen, e.g. if the display
* is unlinked) */
- SCBlock *(*current_slide)(SlideShow *ss, void *vp);
+ SCBlock *(*current_slide)(void *vp);
/* Controller should update whatever visual representation of
* whether or not the display is linked */