aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-17 23:18:47 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-17 23:18:47 +0200
commit7f275444b6fde9cbbc934b1a562406d4532bed6f (patch)
treeb64a32ec7ef23e6ecb4bc2e24de027e70f8658b4 /src/presentation.h
parenta91aa0a9e947831f618e4c5e608c56742273d8b9 (diff)
Skeleton for slide sorter
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 5af844c..7a8c723 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -127,6 +127,7 @@ struct presentation
struct notes *notes;
struct pr_clock *clock;
+ struct slide_sorter *slide_sorter;
/* Pointers to the current "editing" and "projection" slides */
struct slide *cur_edit_slide;