aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/presentation.c b/src/presentation.c
index 9765df9..eda8b7e 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -110,8 +110,9 @@ struct presentation *new_presentation(const char *imagestore)
new->scblocks = NULL;
- new->slide_width = 1024.0;
- new->slide_height = 768.0;
+ /* FIXME: Should come from presentation. 1024/768 for 4:3 */
+ new->slide_width = 1280.0;
+ new->slide_height = 720.0;
new->completely_empty = 1;
new->saved = 1;