summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_row_labels.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-19 21:46:38 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-19 21:46:38 +0000
commit9f5b9f3c3ee1316b98f259f54214c02db2acd10c (patch)
treedeea98feeedcfcb07fb973957ba4a6c2aa50c399 /gtk2_ardour/port_matrix_row_labels.h
parent82f31ffc796146389332295b51f27254e945fe01 (diff)
Outline highlighted labels in red.
git-svn-id: svn://localhost/ardour2/branches/3.0@5389 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_row_labels.h')
-rw-r--r--gtk2_ardour/port_matrix_row_labels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix_row_labels.h b/gtk2_ardour/port_matrix_row_labels.h
index 60a699f5f2..9fcb1ca831 100644
--- a/gtk2_ardour/port_matrix_row_labels.h
+++ b/gtk2_ardour/port_matrix_row_labels.h
@@ -52,8 +52,8 @@ public:
void mouseover_changed (PortMatrixNode const &);
private:
- void render_channel_name (cairo_t *, Gdk::Color, double, double, ARDOUR::BundleChannel const &);
- void render_bundle_name (cairo_t *, Gdk::Color, double, double, boost::shared_ptr<ARDOUR::Bundle>);
+ void render_channel_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, ARDOUR::BundleChannel const &);
+ void render_bundle_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, boost::shared_ptr<ARDOUR::Bundle>);
double channel_x (ARDOUR::BundleChannel const &) const;
double channel_y (ARDOUR::BundleChannel const &) const;