i/o button renaming patch from nickm
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 1 Oct 2009 17:20:12 +0000 (17:20 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 1 Oct 2009 17:20:12 +0000 (17:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5707 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/mixer_strip.h

index 9bd811a2f728cd056e33dfbff41b3539103959ef..d1ab3c398e7d2fa7a0027a2483bc92612d43e74c 100644 (file)
@@ -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<ARDOUR::Route> route, Width width, bool input_button);
 };
 
 #endif /* __ardour_mixer_strip__ */