summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-07 08:26:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-07 08:26:37 -0400
commita34861c38ec4df77c1bd74b5d3fb63d9baf09719 (patch)
treedf9e5326b6e04817929ee49d05c483756b8bf091 /gtk2_ardour/editor_drag.h
parent4685a15b1fda18046a11473cd89854ddd96b5c51 (diff)
use an EditorCursor when dragging in cut mode to indicate cut position
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index b704b0f357..bf04995309 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -445,9 +445,14 @@ class RegionCutDrag : public Drag
{
public:
RegionCutDrag (Editor*, ArdourCanvas::Item*);
+ ~RegionCutDrag ();
+
void motion (GdkEvent*, bool);
void finished (GdkEvent*, bool);
void aborted (bool);
+
+ private:
+ EditorCursor* line;
};
/** Drags to create regions */