aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index a6acca6..a7db25c 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -97,6 +97,7 @@ struct presentation
struct toolinfo *select_tool;
struct toolinfo *text_tool;
+ struct toolinfo *image_tool;
GtkWidget *window;
GtkWidget *drawingarea;
@@ -148,6 +149,9 @@ struct presentation
double import_height;
int import_acceptable;
+ /* All the images used in the presentation */
+ struct image_store *image_store;
+
unsigned int num_slides;
struct slide **slides;
};