summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index de907a3607..863aab2ee6 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -188,7 +188,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
std::string longest_label;
void midi_input_status_changed ();
- void midi_input_toggled ();
+ bool input_active_button_press (GdkEventButton*);
+ bool input_active_button_release (GdkEventButton*);
gint mark_update_safe ();
guint32 mode_switch_in_progress;