mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / gtk2_ardour / mini_timeline.h
index 42d41ddd818f417bfb2fb002f3434af8f98eb336..1dd1a527b7db0bfdf5d5034fa36d910d5820dfea 100644 (file)
@@ -64,8 +64,9 @@ private:
        void calculate_time_width ();
        void calculate_time_spacing ();
        void update_minitimeline ();
-       void draw_dots (cairo_t*, int left, int right, int y, ArdourCanvas::Color);
+       void draw_dots (cairo_t*, int left, int right, int y, Gtkmm2ext::Color);
        int  draw_mark (cairo_t*, int x0, int x1, const std::string&, bool& prelight);
+       int  draw_edge (cairo_t*, int x0, int x1, bool left, const std::string&, bool& prelight);
 
        void render (Cairo::RefPtr<Cairo::Context> const&, cairo_rectangle_t*);
        void format_time (framepos_t when);