diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-02-01 23:43:22 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-02-01 23:43:22 +0100 |
commit | 36191c9579ca94eedcd54d4127b08a684e670a0b (patch) | |
tree | 7a384952c59e92a25d2a32d343290d635c9f80e9 /src/slideshow.h | |
parent | a1f6a1a06287421ddee2a1e68f88f52fd6e161dd (diff) |
Slide change logic
Diffstat (limited to 'src/slideshow.h')
-rw-r--r-- | src/slideshow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/slideshow.h b/src/slideshow.h index fc0ab1b..ad1ef64 100644 --- a/src/slideshow.h +++ b/src/slideshow.h @@ -30,12 +30,13 @@ extern void try_start_slideshow(struct presentation *p); -extern void notify_slideshow_slide_changed(struct presentation *p, - struct slide *np); +extern void change_proj_slide(struct presentation *p, struct slide *np); extern void toggle_slideshow_link(struct presentation *p); extern void check_toggle_blank(struct presentation *p); +extern void redraw_slideshow(struct presentation *p); + extern void end_slideshow(struct presentation *p); #endif /* SLIDESHOW_H */ |