From 6f664c1f67f9a62d44b3ee8c3cae8c341e0731d3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 24 Apr 2013 15:42:14 -0400 Subject: many pervasive changes primarily related to waveform drawing, particular content-dragging, colors, and more --- gtk2_ardour/time_axis_view_item.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/time_axis_view_item.h') diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h index f6f72b77bd..08cc421202 100644 --- a/gtk2_ardour/time_axis_view_item.h +++ b/gtk2_ardour/time_axis_view_item.h @@ -21,6 +21,7 @@ #define __gtk_ardour_time_axis_view_item_h__ #include +#include #include #include #include "pbd/signals.h" @@ -244,6 +245,8 @@ class TimeAxisViewItem : public Selectable, public PBD::ScopedConnectionList ArdourCanvas::Rectangle* frame_handle_start; ///< `frame' (fade) handle for the start of the item, or 0 ArdourCanvas::Rectangle* frame_handle_end; ///< `frame' (fade) handle for the end of the item, or 0 + bool frame_handle_crossing (GdkEvent*, ArdourCanvas::Rectangle*); + double _height; Visibility visibility; bool _recregion; -- cgit v1.2.3