change all GUI config files (GTK RC and our own XML config files) to use product...
[ardour.git] / gtk2_ardour / mixer_strip.h
index 464a49da638ddca097f9101b4501aec5732deeef..bd3c3a289b6b3cc3093be06c8eab95b8c1482db8 100644 (file)
@@ -205,7 +205,10 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        RouteGroupMenu *group_menu;
 
        gint input_press (GdkEventButton *);
+       gint input_release (GdkEventButton *);
+
        gint output_press (GdkEventButton *);
+       gint output_release (GdkEventButton *);
 
        Gtk::Menu input_menu;
        std::list<boost::shared_ptr<ARDOUR::Bundle> > input_menu_bundles;
@@ -242,6 +245,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        Gtk::Menu* route_ops_menu;
        void build_route_ops_menu ();
        gboolean name_button_button_press (GdkEventButton*);
+       gboolean name_button_button_release (GdkEventButton*);
        gboolean number_button_button_press (GdkEventButton*);
        void list_route_operations ();