aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-07 15:42:53 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-07 15:42:53 +0200
commit013f650a3ddccd1b2f23840bee909236b7a03a35 (patch)
tree40d151be33056a3eb16b70a23e3f008eea4001af /src/presentation.h
parent0702209973603d5523d3599e86e4c70ca828a0d9 (diff)
Factorise style sheet
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 8add695..d2dd4c0 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -193,6 +193,7 @@ struct presentation
unsigned int num_slides;
struct slide **slides;
+ SCBlock *stylesheet;
SCBlock *scblocks;
struct inhibit_sys *inhibit;