X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_labels.h;h=a977662e805dc1045d99d3756c68e1181b565c11;hb=611dcdd24932222d676da4d9a4dca643f79db4a4;hp=9ace58b3e8a0539ac1a59dda38bd76fb7d86da04;hpb=1ae39840b3e7b1740b44e5889983e93d837f8e90;p=ardour.git diff --git a/gtk2_ardour/port_matrix_labels.h b/gtk2_ardour/port_matrix_labels.h index 9ace58b3e8..a977662e80 100644 --- a/gtk2_ardour/port_matrix_labels.h +++ b/gtk2_ardour/port_matrix_labels.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2009 Paul Davis + Copyright (C) 2002-2009 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,8 +38,8 @@ public: void add_channel_highlight (ARDOUR::BundleChannel const &); private: - virtual void render_channel_name (cairo_t *, Gdk::Color, double, double, ARDOUR::BundleChannel const &) = 0; - virtual void render_bundle_name (cairo_t *, Gdk::Color, double, double, boost::shared_ptr) = 0; + virtual void render_channel_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, ARDOUR::BundleChannel const &) = 0; + virtual void render_bundle_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, boost::shared_ptr) = 0; virtual double channel_x (ARDOUR::BundleChannel const &) const = 0; virtual double channel_y (ARDOUR::BundleChannel const &) const = 0; virtual void queue_draw_for (ARDOUR::BundleChannel const &) = 0;