summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-28 03:29:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-28 03:29:53 +0000
commit618f575ac1c931fd9eef95f27e6328903f92a9ec (patch)
tree9a6af36a8ac00ada4839ddd2d2e3c7724eea950e /gtk2_ardour/route_time_axis.h
parent00b409b66147d8598aa30653531baaedc0b27064 (diff)
provide support for playhead-to-next/previous-region-boundary actions, and bindings (note: selected marker support not done yet)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2719 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 672236a7e5..4159969073 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -82,6 +82,7 @@ public:
void get_inverted_selectables (Selection&, list<Selectable*>&);
boost::shared_ptr<ARDOUR::Region> find_next_region (nframes_t pos, ARDOUR::RegionPoint, int32_t dir);
+ nframes64_t find_next_region_boundary (nframes64_t pos, int32_t dir);
/* Editing operations */
bool cut_copy_clear (Selection&, Editing::CutCopyOp);