non-copy region drag now creates a new track when a region is dragged to the drop...
[ardour.git] / gtk2_ardour / midi_region_view.h
index 3c001473935a82f0228966dec18ee9ef9cd27102..49759da531a0cd4f9a9b9010d69a7c9b430a4a99 100644 (file)
@@ -349,7 +349,7 @@ private:
 
        void clear_events (bool with_selection_signal = true);
 
-       bool canvas_event(GdkEvent* ev);
+       bool canvas_group_event(GdkEvent* ev);
        bool note_canvas_event(GdkEvent* ev);
 
        void midi_channel_mode_changed ();
@@ -431,7 +431,7 @@ private:
        Events::iterator _optimization_iterator;
 
        void update_note (Note *, bool update_ghost_regions = true);
-       double update_hit (Hit *);
+        void update_hit (Hit *);
        void create_ghost_note (double, double);
        void update_ghost_note (double, double);