From 93c2af8c9e3b660731e0b73a23a827aadb75c5fd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Oct 2008 22:24:00 +0000 Subject: revert last fix - its not relevant to 3.0 (yet) git-svn-id: svn://localhost/ardour2/branches/3.0@3883 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/port_matrix.h') diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h index 7f4eed23fb..89208f357a 100644 --- a/gtk2_ardour/port_matrix.h +++ b/gtk2_ardour/port_matrix.h @@ -70,6 +70,7 @@ class PortGroupUI private: void port_checkbutton_toggled (Gtk::CheckButton*, int, int); + bool port_checkbutton_release (GdkEventButton* ev, Gtk::CheckButton* b, int r, int c); void visibility_checkbutton_toggled (); PortMatrix& _port_matrix; ///< the PortMatrix that we are working for @@ -164,7 +165,7 @@ class PortMatrix : public Gtk::VBox { void set_offer_inputs (bool); bool offering_input() const { return _offer_inputs; } - virtual void set_state (int, std::string const &, bool) = 0; + virtual void set_state (int, std::string const &, bool, uint32_t) = 0; virtual bool get_state (int, std::string const &) const = 0; virtual uint32_t n_rows () const = 0; virtual uint32_t maximum_rows () const = 0; -- cgit v1.2.3