summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_grid.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-18 02:27:36 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-18 02:27:36 +0000
commitfea3992f29d3a3d419529a99692b46dd9dafee58 (patch)
tree1c38a222d6c14eae83b578e47957a0450848437b /gtk2_ardour/port_matrix_grid.h
parent91dae1fb0329b49deb74f2972418c71b0373114c (diff)
Cleanup to previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@5376 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_grid.h')
-rw-r--r--gtk2_ardour/port_matrix_grid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h
index 22050ece87..22abe5fe43 100644
--- a/gtk2_ardour/port_matrix_grid.h
+++ b/gtk2_ardour/port_matrix_grid.h
@@ -64,6 +64,8 @@ private:
void draw_unknown_indicator (cairo_t *, uint32_t, uint32_t);
PortMatrixNode::State bundle_to_bundle_state (boost::shared_ptr<ARDOUR::Bundle>, boost::shared_ptr<ARDOUR::Bundle>) const;
std::list<PortMatrixNode> nodes_on_line (int, int, int, int) const;
+ void toggle_association (PortMatrixNode node);
+ void set_association (PortMatrixNode node);
bool _dragging;
bool _moved;