summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-27 20:07:13 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-27 20:07:13 +0000
commitf722858e43e3f26736254a27f5517019ae372305 (patch)
treeb0fb8a86bb84a1db138b3eabade5ab7e61c9449c /gtk2_ardour/route_time_axis.h
parentd33c0d96fb1a44fe25115ab668495be8c712395e (diff)
Patch from tophatdave to improve display of timestretch in
stacked layers mode (#4379). git-svn-id: svn://localhost/ardour2/branches/3.0@12460 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index eb1a212d0e..3cfd8c8774 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -81,7 +81,7 @@ public:
void set_samples_per_unit (double);
void set_height (uint32_t h);
- void show_timestretch (framepos_t start, framepos_t end);
+ void show_timestretch (framepos_t start, framepos_t end, int layers, int layer);
void hide_timestretch ();
void selection_click (GdkEventButton*);
void set_selected_points (PointSelection&);