X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Flineset.h;h=2f9a61d03983f85161eec665e652470846c12d73;hb=e133709def199e8a28e34abc56791b05d6079a90;hp=66b4806439b02c8b6ab89aab3205ee8cca574d2f;hpb=ce7a5e1c9fa3edf2d9cc66875505e402a0aaa6f6;p=ardour.git diff --git a/gtk2_ardour/lineset.h b/gtk2_ardour/lineset.h index 66b4806439..2f9a61d039 100644 --- a/gtk2_ardour/lineset.h +++ b/gtk2_ardour/lineset.h @@ -65,7 +65,7 @@ public: */ void change_line_width(double coord, double width); - /** PropertyChange the color of a line. + /** Change the color of a line. */ void change_line_color(double coord, uint32_t color); @@ -153,8 +153,7 @@ protected: void region_needs_update(double coord1, double coord2); bool update_bounds(); void update_lines(bool need_redraw); - void redraw_request(ArtIRect&); - void redraw_request(ArtDRect&); + void redraw_request (ArtDRect const &); Lines::iterator line_at(double coord);