aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-04-24 13:49:44 +0200
committerThomas White <taw@bitwiz.org.uk>2016-04-24 13:49:44 +0200
commitd8aca50e2ba6bfec052da5ab406899fa00fb607e (patch)
treec0ceb602ac1324b7b5430746b368d19e423c7a42 /src/presentation.c
parentf48bebb3c4ad6941941ec889ce8b1c5f15c9a1c1 (diff)
Fixes for creating a new presentation
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/presentation.c b/src/presentation.c
index 816f854..2d8efa6 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -109,6 +109,8 @@ struct presentation *new_presentation()
new->filename = NULL;
new->titlebar = get_titlebar_string(new);
+ new->scblocks = NULL;
+
new->slide_width = 1024.0;
new->slide_height = 768.0;