packaging tweaks for OS X
[ardour.git] / gtk2_ardour / crossfade_view.h
index d984f5d2954bc485648c2f49f4268744c09b90c7..af33cb7296dd76222da9cca6767efee1984449d2 100644 (file)
@@ -48,7 +48,7 @@ public:
        AudioRegionView& left_view;    // and these too
        AudioRegionView& right_view;
 
-       void set_height (double);
+       void set_heights (double, double);
 
        bool valid() const { return _valid; }
        bool visible() const { return _visible; }
@@ -68,6 +68,7 @@ private:
        bool _valid;
        bool _visible;
        bool _all_in_view;
+       double _child_height;
 
        ArdourCanvas::Line *fade_in;
        ArdourCanvas::Line *fade_out;