* fixed jitter problems for midi clock and removed superfluous UI elements
[ardour.git] / gtk2_ardour / crossfade_view.h
index 02f3cd0df20b2f14da91c26d987935d8eb9a6792..01e1672a353137f169b222533bcd8d36aad3b9ce 100644 (file)
@@ -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; }
@@ -79,6 +79,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__ */