aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-13 23:31:15 +0200
committerThomas White <taw@bitwiz.org.uk>2011-10-13 23:31:15 +0200
commit2e0f09d78f28c576d9a10dfcd1eeaae81e3baa07 (patch)
tree9be7b14eefb4451ac6c2a2dccce24625dc3bf7af /src/presentation.c
parent7c54f36c7a5352dfd34322397ed322bb377b1abb (diff)
Add image handling basics
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 b05ba4b..68c87c1 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -223,6 +223,7 @@ struct presentation *new_presentation()
new->drag_status = DRAG_STATUS_NONE;
new->ss = new_stylesheet();
+ new->image_store = image_store_new();
return new;
}