aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-06 23:31:43 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-06 23:31:43 +0100
commit4910224d9f6273e6c78458353f6bbfec836ea35d (patch)
tree0f0c24b95f45767493852576d10402fc26f4fd15 /src/mainwindow.h
parente4cd5c54a16bf68eb57f6acce50e13bcfd3797ab (diff)
Update the title bar on load/save
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 816b17c..feac092 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -30,6 +30,7 @@
extern int open_mainwindow(struct presentation *p);
extern void notify_slide_changed(struct presentation *p);
+extern void update_titlebar(struct presentation *p);
extern void redraw_overlay(struct presentation *p);