summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-01 17:20:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-01 17:20:00 +0000
commitacebbd9029fac8be465d1c9d4702b3014ef78a78 (patch)
tree68412c0dc5f5f77c5f856c08c028810de9c34b51 /gtk2_ardour/mixer_strip.h
parent02487b57e746e1e52ef970bf111916c6c6026cd3 (diff)
i/o button renaming patch from nickm
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5706 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 8985021279..01de819d5c 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -258,6 +258,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void engine_stopped();
static int scrollbar_height;
+
+ void update_io_button (boost::shared_ptr<ARDOUR::Route> route, Width width, bool input_button);
};
#endif /* __ardour_mixer_strip__ */