summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/crossfade_view.h')
-rw-r--r--gtk2_ardour/crossfade_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h
index d984f5d295..af33cb7296 100644
--- a/gtk2_ardour/crossfade_view.h
+++ b/gtk2_ardour/crossfade_view.h
@@ -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;