summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix_body.h')
-rw-r--r--gtk2_ardour/port_matrix_body.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_body.h b/gtk2_ardour/port_matrix_body.h
index c905a98dc4..bbc72ddc7e 100644
--- a/gtk2_ardour/port_matrix_body.h
+++ b/gtk2_ardour/port_matrix_body.h
@@ -61,8 +61,9 @@ public:
return _mouseover;
}
- void highlight_associated_channels (int, uint32_t);
+ void highlight_associated_channels (int, ARDOUR::BundleChannel);
void component_size_changed ();
+ std::pair<uint32_t, uint32_t> max_size () const;
protected:
bool on_expose_event (GdkEventExpose *);