summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-11-15 09:30:22 -0600
committerBen Loftis <ben@harrisonconsoles.com>2019-08-01 12:11:31 -0500
commitb409c58ee67f2779a0ee8ef66f9ead093a911058 (patch)
treed9a89bb620b021ab5b418ab4d39f85cd5cc619f9 /gtk2_ardour/editor.h
parentbe7ebbb7ba1dae3ef688f34c9c03ad6372509922 (diff)
(Source List) Fix drag-n-drop.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 64de32c240..00ec43aca1 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1979,7 +1979,8 @@ private:
gint y,
const Gtk::SelectionData& data,
guint info,
- guint time);
+ guint time,
+ bool from_region_list);
void drop_routes (
const Glib::RefPtr<Gdk::DragContext>& context,