aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 7a43458..808111f 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -117,6 +117,14 @@ struct presentation
enum drag_reason drag_reason;
enum drag_status drag_status;
+ /* Stuff to do with drag and drop import of "content" */
+ int drag_preview_pending;
+ int have_drag_data;
+ int drag_highlight;
+ double import_width;
+ double import_height;
+ int import_acceptable;
+
/* Slideshow stuff */
GtkWidget *slideshow;
GtkWidget *ss_drawingarea;