Support for the port matrix working at the bundle level and hiding details of ports.
[ardour.git] / gtk2_ardour / port_matrix_column_labels.h
index c58a1e5054c549bb25bf1e07e1126781cd74ebc9..d4e06226b1f293fb62e89230f2be0c2dcfe487a6 100644 (file)
@@ -45,6 +45,7 @@ public:
        void mouseover_changed (PortMatrixNode const &);
 
 private:
+       void render_bundle_name (cairo_t *, Gdk::Color, double, double, boost::shared_ptr<ARDOUR::Bundle>);
        void render_channel_name (cairo_t *, Gdk::Color, double, double, ARDOUR::BundleChannel const &);
        double channel_x (ARDOUR::BundleChannel const &) const;
        double channel_y (ARDOUR::BundleChannel const &) const;