aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
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 c28dfe2..ddd8b4e 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -35,6 +35,7 @@
struct slide
{
struct presentation *parent;
+ struct slide_template *st;
/* Any of these may be NULL */
cairo_surface_t *rendered_proj;