aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-12 23:58:06 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-12 23:58:06 +0200
commit6bcb069f1ee9ad409305f25f9083f7f8df0796e8 (patch)
treedfa67c0713f77fdbb54435b768fa2dca3543125d /src/presentation.h
parenteb732a89ceef91b0b184100dc72d38b75bf65386 (diff)
Drag and drop stuff
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;