From 192220c6aeff3c0bfbeb643da41ce239e8c67609 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 4 Dec 2014 08:39:09 +0100 Subject: Restore notes --- src/notes.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/notes.h') diff --git a/src/notes.h b/src/notes.h index 31c5e3a..426cb7e 100644 --- a/src/notes.h +++ b/src/notes.h @@ -29,12 +29,11 @@ struct notes; -extern void open_notes(struct presentation *p); +extern struct notes *open_notes(SlideWindow *sw, struct slide *slide); -extern void notify_notes_slide_changed(struct presentation *p, - struct slide *np); +extern void notes_set_slide(struct notes *n, struct slide *np); -extern void grab_current_notes(struct presentation *p); +extern void grab_current_notes(struct notes *n); extern void attach_notes(struct slide *s); -- cgit v1.2.3