aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-24 00:11:42 +0000
committerThomas White <taw@bitwiz.org.uk>2011-12-24 00:11:42 +0000
commit8f9ce31038105cd975c88e0008f2e14ecab59240 (patch)
tree18f6948b5427f02e3df36e1fb09eedc8f91f8e96 /src/mainwindow.h
parent34604c7fe4530c8a9b8510497de51367f550df99 (diff)
Ensure old Cairo surfaces get deleted
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index feac092..3bfff44 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -29,7 +29,7 @@
extern int open_mainwindow(struct presentation *p);
-extern void notify_slide_changed(struct presentation *p);
+extern void notify_slide_changed(struct presentation *p, struct slide *np);
extern void update_titlebar(struct presentation *p);
extern void redraw_overlay(struct presentation *p);