aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
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;