Use XMLNode::get/set_property API in Gtkmm2ext::WindowProxy class
[ardour.git] / gtk2_ardour / mini_timeline.h
index c6dea5326b5e1cf67ca8cf75f8c98133fc287f41..bfa84edef383156896545a78e8a88a9b60c77a39 100644 (file)
@@ -66,8 +66,9 @@ private:
        void update_minitimeline ();
        void draw_dots (cairo_t*, int left, int right, int y, ArdourCanvas::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_t*, cairo_rectangle_t*);
+       void render (Cairo::RefPtr<Cairo::Context> const&, cairo_rectangle_t*);
        void format_time (framepos_t when);
 
        bool on_button_press_event (GdkEventButton*);