aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-21 23:31:47 +0100
committerThomas White <taw@bitwiz.org.uk>2014-01-21 23:31:47 +0100
commit577d200dabb6df86ed9116ce23fa66a81b89bddd (patch)
treea913974e2c5df436b937ffbd7c6a05c6d0864692 /src/presentation.h
parent6852d716478398891bcfa8c2f532113e8c1c1dcd (diff)
Load presentation
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 9b69993..09c6878 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -1,7 +1,7 @@
/*
* presentation.h
*
- * Copyright © 2013 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013-2014 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -31,6 +31,7 @@
#include <gtk/gtk.h>
#include "imagestore.h"
+#include "sc_parse.h"
struct slide_constants
@@ -63,6 +64,7 @@ struct slide
struct frame *top;
+ SCBlock *scblocks;
char *notes;
};
@@ -185,9 +187,8 @@ struct presentation
unsigned int num_slides;
struct slide **slides;
-
- char *ss;
- char *sc;
+
+ SCBlock *scblocks;
struct inhibit_sys *inhibit;
};