aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-05-29 15:09:25 +0200
committerThomas White <taw@bitwiz.org.uk>2011-05-29 15:09:25 +0200
commita445fa6c5db2bee21f3e64bb8fb108ea1363fd9b (patch)
tree33cd927d86526a19999b96b7f9aec76660ec1e26 /src/presentation.c
parent091dbe113cfde2135d3ed389f8057022294d9fc0 (diff)
Add slide show mode
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.c b/src/presentation.c
index 4dc9e59..f9fe1f3 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -157,6 +157,7 @@ struct presentation *new_presentation()
new->window = NULL;
new->ui = NULL;
new->action_group = NULL;
+ new->slideshow = NULL;
new->slide_width = 1024.0;
new->slide_height = 768.0;