summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-08-26 01:49:08 +0000
committerCarl Hetherington <carl@carlh.net>2009-08-26 01:49:08 +0000
commit8934ff78678cafeb03c398e7add299f2bc1a730d (patch)
tree9f420cbce2cc9e6b4caf33b523098caeaa54609b /gtk2_ardour/audio_streamview.h
parentae6dbb836cc1ab1bcbc21883f282361c43f10883 (diff)
Reintroduce crossfade views for tracks in stacked region mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@5594 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_streamview.h')
-rw-r--r--gtk2_ardour/audio_streamview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h
index 19254c0312..8173e9bfb7 100644
--- a/gtk2_ardour/audio_streamview.h
+++ b/gtk2_ardour/audio_streamview.h
@@ -100,6 +100,7 @@ class AudioStreamView : public StreamView
void color_handler ();
void update_contents_height ();
+ void update_content_height (CrossfadeView *);
void parameter_changed (std::string const &);
void set_waveform_shape (ARDOUR::WaveformShape);