diff options
author | Thomas White <taw@bitwiz.org.uk> | 2016-04-24 13:49:44 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2016-04-24 13:49:44 +0200 |
commit | d8aca50e2ba6bfec052da5ab406899fa00fb607e (patch) | |
tree | c0ceb602ac1324b7b5430746b368d19e423c7a42 /src/presentation.c | |
parent | f48bebb3c4ad6941941ec889ce8b1c5f15c9a1c1 (diff) |
Fixes for creating a new presentation
Diffstat (limited to 'src/presentation.c')
-rw-r--r-- | src/presentation.c | 2 |
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; |