summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2008-12-31 18:44:32 +0000
committerCarl Hetherington <carl@carlh.net>2008-12-31 18:44:32 +0000
commitcc677d5c87265d6af7adc73d386a74511fee28cb (patch)
tree600aa019eec97619404765dba9ce6a2478b2e772 /gtk2_ardour/streamview.h
parent538cf8609a2ae0061403115bee05d9e462271cc6 (diff)
Flip stacked regions order so that the highest layer is at the top of the pile. Colour areas of stacked regions according to what will be played.
git-svn-id: svn://localhost/ardour2/branches/3.0@4363 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index fa330dafae..10bbe8da36 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -157,6 +157,10 @@ protected:
list<sigc::connection> rec_data_ready_connections;
jack_nframes_t last_rec_data_frame;
+
+private:
+
+ void update_coverage_frames ();
};
#endif /* __ardour_streamview_h__ */