aboutsummaryrefslogtreecommitdiff
path: root/src/notes.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-12-04 08:39:09 +0100
committerThomas White <taw@bitwiz.org.uk>2014-12-04 08:39:09 +0100
commit192220c6aeff3c0bfbeb643da41ce239e8c67609 (patch)
treea1035c1f3468e6747e4fb368126734aaf66de383 /src/notes.h
parent7e4f49df8c94c72fd99d8aa3a1356602b4f9abe2 (diff)
Restore notes
Diffstat (limited to 'src/notes.h')
-rw-r--r--src/notes.h7
1 files changed, 3 insertions, 4 deletions
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);