summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_grid.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_grid.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_grid.h')
-rw-r--r--gtk2_ardour/port_matrix_grid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h
index c9b8d999e4..f90626334d 100644
--- a/gtk2_ardour/port_matrix_grid.h
+++ b/gtk2_ardour/port_matrix_grid.h
@@ -41,8 +41,8 @@ class PortMatrixGrid : public PortMatrixComponent
public:
PortMatrixGrid (PortMatrix *, PortMatrixBody *);
- void button_press (double, double, int, uint32_t);
- void button_release (double, double, int, uint32_t);
+ void button_press (double, double, int, uint32_t, guint);
+ void button_release (double, double, int, uint32_t, guint);
void motion (double, double);
double component_to_parent_x (double x) const;