From 44b07cb30c549e28be936d071c39346850a3d328 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 1 Oct 2009 17:20:12 +0000 Subject: [PATCH] i/o button renaming patch from nickm git-svn-id: svn://localhost/ardour2/branches/3.0@5707 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_strip.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h index 9bd811a2f7..d1ab3c398e 100644 --- a/gtk2_ardour/mixer_strip.h +++ b/gtk2_ardour/mixer_strip.h @@ -259,6 +259,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox void revert_to_default_display (); static int scrollbar_height; + + void update_io_button (boost::shared_ptr route, Width width, bool input_button); }; #endif /* __ardour_mixer_strip__ */