From 6bcb069f1ee9ad409305f25f9083f7f8df0796e8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 12 May 2013 23:58:06 +0200 Subject: Drag and drop stuff --- src/presentation.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/presentation.h') 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; -- cgit v1.2.3