Another engine dialog edge-case fix to set the samplerate
[ardour.git] / gtk2_ardour / port_matrix_labels.h
index fff734755cf578083f149357686752b8ba33122a..a977662e805dc1045d99d3756c68e1181b565c11 100644 (file)
@@ -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,7 +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_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<ARDOUR::Bundle>) = 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;