summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_component.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-18 15:16:28 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-18 15:16:28 +0000
commitbe55dcbce3b26d9af7562cedb75dee25eab66623 (patch)
treef8c8ac5eecc0c94a061e8b255d02cb6799ba4889 /gtk2_ardour/port_matrix_component.h
parent964e3ee825b5d2c3c9c1d434c1d7bdc40438ee7b (diff)
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
git-svn-id: svn://localhost/ardour2/branches/3.0@6122 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_component.h')
-rw-r--r--gtk2_ardour/port_matrix_component.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix_component.h b/gtk2_ardour/port_matrix_component.h
index 86cd0565ae..196a24b0c0 100644
--- a/gtk2_ardour/port_matrix_component.h
+++ b/gtk2_ardour/port_matrix_component.h
@@ -49,8 +49,8 @@ public:
virtual double parent_to_component_y (double y) const = 0;
virtual void mouseover_changed (std::list<PortMatrixNode> const &) = 0;
virtual void draw_extra (cairo_t *) = 0;
- virtual void button_press (double, double, int, uint32_t) {}
- virtual void button_release (double, double, int, uint32_t) {}
+ virtual void button_press (double, double, int, uint32_t, guint) {}
+ virtual void button_release (double, double, int, uint32_t, guint) {}
virtual void motion (double, double) {}
void set_show_ports (bool);