more solo model work, including a GUI fix for mute button state when the route is...
[ardour.git] / gtk2_ardour / editor_summary.h
index c59210e657b5b06d34d189779bb35e78ec5746c7..369a72fc28d2d20731c4072e58343616fee79700 100644 (file)
@@ -70,6 +70,11 @@ private:
        std::pair<double, double> _start_editor_y;
        double _start_mouse_x;
        double _start_mouse_y;
+       enum {
+               IN_VIEWBOX,
+               BELOW_OR_ABOVE_VIEWBOX,
+               TO_LEFT_OR_RIGHT_OF_VIEWBOX
+       } _start_position;
 
        bool _move_dragging;
        double _x_offset;