summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-20 17:11:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-20 17:11:00 +0000
commit908b1c93014c3f30d883b25cbe50c166edfc2232 (patch)
treeb78b76b25afd4832f2d88d6091e7e9953b0607f8 /gtk2_ardour/mixer_strip.h
parent8f7f17187770afc8352dad61ca48ff304c734f68 (diff)
provide some indication that the fader/strip are controlling a send
git-svn-id: svn://localhost/ardour2/branches/3.0@6138 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 e76f8170ee..5d4792d4ab 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -267,6 +267,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void drop_send ();
sigc::connection send_gone_connection;
+ void reset_strip_style ();
+
static int scrollbar_height;
void update_io_button (boost::shared_ptr<ARDOUR::Route> route, Width width, bool input_button);