summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-26 03:02:16 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-26 03:02:16 +0000
commit966e09677d74be7d54ac253a6c244882d6efaffd (patch)
treec13830de2f78c78c9e6abf1ead2efacba2464d48 /gtk2_ardour/route_ui.h
parent7664d86dc548ced3cf6947320de0cd235353d78d (diff)
Fix #2926 and #2927; presence and behaviour of solo/mute icons in the editor list.
git-svn-id: svn://localhost/ardour2/branches/3.0@6185 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 53dd810541..ebc686b438 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -195,6 +195,9 @@ class RouteUI : public virtual AxisView
void save_as_template ();
void open_remote_control_id_dialog ();
+ static int solo_visual_state (boost::shared_ptr<ARDOUR::Route>);
+ static int mute_visual_state (ARDOUR::Session &, boost::shared_ptr<ARDOUR::Route>);
+
protected:
std::vector<sigc::connection> connections;
bool self_destruct;