summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-22 23:43:04 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-22 23:43:04 +0000
commit95bb346926e237b903059c83a70e58ed9253eaca (patch)
tree6497d50a2556d2c11a7c61c8b6624c9451d66c13 /gtk2_ardour/editor_drag.h
parentd83219706fe8d3f6350848e7e0f5db7c710399dd (diff)
Refactor so that all the locate-related stuff in CursorDrag is in one method. Also, wait for timecode transmission to be suspended before sending MMC/MTC locates, rather than hoping it will be suspended in time.
git-svn-id: svn://localhost/ardour2/branches/3.0@8329 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index c294744004..3323a8b741 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -594,6 +594,8 @@ public:
}
private:
+ void fake_locate (framepos_t);
+
bool _stop; ///< true to stop the transport on starting the drag, otherwise false
};