From a08d89c334bcdda3fbcecbf2bc739ec8769ef47c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 21 May 2013 13:55:42 +0200 Subject: ImageStore stuff --- src/presentation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/presentation.h') diff --git a/src/presentation.h b/src/presentation.h index 808111f..84b5490 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -31,6 +31,7 @@ #include #include "stylesheet.h" +#include "imagestore.h" struct slide { @@ -81,6 +82,7 @@ struct presentation GtkWidget **menu_rebuild_list; int n_menu_rebuild; PangoContext *pc; + ImageStore *is; /* Pointers to the current "editing" and "projection" slides */ struct slide *cur_edit_slide; -- cgit v1.2.3