From ac97e289f8555a09c5302bdc8631721505807ef2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 17 May 2016 22:56:55 +0200 Subject: Advance slide from narrative window --- src/slideshow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/slideshow.h') 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 */ -- cgit v1.2.3