aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-04-10 17:17:39 +0100
committerThomas White <taw@bitwiz.org.uk>2012-04-10 17:17:39 +0100
commitee108f180c8c199a18ce375114ee3f1553d61d79 (patch)
treede70a5e2ae5768344548e99cf0441be13c7a3b7f /src/presentation.h
parent6d919c7f8d79a098704813dfeecf8a88b4348e68 (diff)
Work on frames and storycode
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 78a73b2..5bfc0a5 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -30,12 +30,11 @@
#include <gtk/gtk.h>
#include "stylesheet.h"
-
+#include "stylesheet-editor.h"
struct slide
{
struct presentation *parent;
- struct object *roles[NUM_S_ROLES];
/* Any of these may be NULL */
cairo_surface_t *rendered_proj;