From 8b0e35cba44643cc8e5deb27e6f138b3425d0559 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Jul 2010 23:20:56 +0000 Subject: Provide a visual cue to indicate that MIDI and audio ports cannot be connected to each other in the port matrix. git-svn-id: svn://localhost/ardour2/branches/3.0@7463 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_grid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/port_matrix_grid.h') diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h index f90626334d..cb3a415ed1 100644 --- a/gtk2_ardour/port_matrix_grid.h +++ b/gtk2_ardour/port_matrix_grid.h @@ -62,6 +62,7 @@ private: void queue_draw_for (std::list const &); void draw_association_indicator (cairo_t *, uint32_t, uint32_t, double p = 1); void draw_empty_square (cairo_t *, uint32_t, uint32_t); + void draw_non_connectable_indicator (cairo_t *, uint32_t, uint32_t); std::list nodes_on_line (int, int, int, int) const; PortMatrixNode::State get_association (PortMatrixNode) const; void set_association (PortMatrixNode, bool); -- cgit v1.2.3