implement RangeMarkerBarDrag::abort

Conflicts:
	gtk2_ardour/editor_drag.cc
This commit is contained in:
Paul Davis 2015-02-05 18:20:53 -05:00
parent e6752fb729
commit 7644533103
2 changed files with 16 additions and 3 deletions

View file

@ -995,7 +995,8 @@ public:
};
RangeMarkerBarDrag (Editor *, ArdourCanvas::Item *, Operation);
~RangeMarkerBarDrag ();
void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
void motion (GdkEvent *, bool);
void finished (GdkEvent *, bool);