mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
implement RangeMarkerBarDrag::abort
Conflicts: gtk2_ardour/editor_drag.cc
This commit is contained in:
parent
e6752fb729
commit
7644533103
2 changed files with 16 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue