summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-08 19:28:51 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-08 19:28:51 +0000
commit0874426a5b6777559a12f87070b2aadb230ec50d (patch)
treed5126aab2f88035fe42531e663816f4509333618 /gtk2_ardour/audio_streamview.h
parent472fa271fd2de889ef41dc3d7a1aaccce9ea42c0 (diff)
Further refactoring of drag code. Changes so that drags from the region list display a region view during the drag.
git-svn-id: svn://localhost/ardour2/branches/3.0@5127 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_streamview.h')
-rw-r--r--gtk2_ardour/audio_streamview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h
index 9c1335042b..728e9b39f2 100644
--- a/gtk2_ardour/audio_streamview.h
+++ b/gtk2_ardour/audio_streamview.h
@@ -80,6 +80,8 @@ class AudioStreamView : public StreamView
void hide_xfades_involving (AudioRegionView&);
void reveal_xfades_involving (AudioRegionView&);
+ RegionView* create_region_view (boost::shared_ptr<ARDOUR::Region>, bool, bool);
+
private:
void setup_rec_box ();
void rec_peak_range_ready (nframes_t start, nframes_t cnt, boost::weak_ptr<ARDOUR::Source> src);