aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-05 18:01:36 +0200
committerThomas White <taw@physics.org>2011-10-05 18:01:36 +0200
commitc89e22542ffd440e646b9217c963ca98c5c7a5ad (patch)
treee78b5445690cc1e348b7e4ac7de9b8b6d4395837 /src/mainwindow.h
parent48cbffa2da42612a242f96fa0fd09683e9d1442b (diff)
Redraw and drag logic
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 36cd289..ee27997 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -32,4 +32,7 @@ extern int open_mainwindow(struct presentation *p);
extern void notify_slide_changed(struct presentation *p);
extern void notify_slide_update(struct presentation *p);
+extern void redraw_overlay(struct presentation *p);
+
+
#endif /* MAINWINDOW_H */