X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcrossfade_view.h;h=6d45f05e79b0495da60f07bab8d120ea4457742b;hb=3705a2d6307cf443acbf8419b0e0f560591f2016;hp=02f3cd0df20b2f14da91c26d987935d8eb9a6792;hpb=ef65fd251023378699c3ef3842fc55e93a92d04a;p=ardour.git diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h index 02f3cd0df2..6d45f05e79 100644 --- a/gtk2_ardour/crossfade_view.h +++ b/gtk2_ardour/crossfade_view.h @@ -46,7 +46,7 @@ struct CrossfadeView : public TimeAxisViewItem AudioRegionView& left_view; // and these too AudioRegionView& right_view; - void set_y_position_and_height (double, double); + void set_height (double); bool valid() const { return _valid; } bool visible() const { return _visible; } @@ -68,7 +68,6 @@ struct CrossfadeView : public TimeAxisViewItem bool _visible; double spu; - double _y_position; double _height; ArdourCanvas::Item *overlap_rect; @@ -79,6 +78,7 @@ struct CrossfadeView : public TimeAxisViewItem void crossfade_changed (ARDOUR::Change); void active_changed (); void redraw_curves (); + void color_handler (); }; #endif /* __gtk_ardour_crossfade_view_h__ */