From 1bf79fa88502a156a71cd3d2de35aa234950c40c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 8 Sep 2009 21:45:44 +0000 Subject: move note drag & note resize mouse handling up into the Drag/Editor infrastructure/level git-svn-id: svn://localhost/ardour2/branches/3.0@5641 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/public_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index abf92a8a40..880ebc6c15 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -312,6 +312,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway virtual bool canvas_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0; virtual bool canvas_range_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0; virtual bool canvas_transport_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0; + virtual bool canvas_note_event (GdkEvent* event, ArdourCanvas::Item*) = 0; #ifdef WITH_CMT virtual bool canvas_imageframe_item_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*) = 0; -- cgit v1.2.3