diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 3bfff44..9134df9 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -29,10 +29,9 @@ extern int open_mainwindow(struct presentation *p); -extern void notify_slide_changed(struct presentation *p, struct slide *np); +extern void change_edit_slide(struct presentation *p, struct slide *np); +extern void redraw_editor(struct presentation *p); extern void update_titlebar(struct presentation *p); -extern void redraw_overlay(struct presentation *p); - #endif /* MAINWINDOW_H */ |