summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-10-07 22:24:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-10-07 22:24:00 +0000
commit93c2af8c9e3b660731e0b73a23a827aadb75c5fd (patch)
treed52cdb50c2c034bac0452e4bcbec5d2d21f0868d /gtk2_ardour/port_matrix.h
parent599b18f95063b1c44056c427cc9369d3a59ebb4e (diff)
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
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h3
1 files changed, 2 insertions, 1 deletions
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;