Editor Summary: Changes to behavior
[ardour.git] / gtk2_ardour / editor_summary.h
index 7e6b5a0bddb8549418ac83ee58274aa534f44f2f..d237746b9e030c80b9d5704f4d34b2b59d1da764 100644 (file)
@@ -95,9 +95,12 @@ private:
 
        std::pair<double, double> _start_editor_x;
        double _start_mouse_x;
+       double _start_mouse_y;
 
        Position _start_position;
 
+       bool _begin_dragging;
+
        bool _move_dragging;
        bool _moved;
        std::pair<double, double> _view_rectangle_x;
@@ -107,8 +110,11 @@ private:
        std::pair<double, double> _pending_editor_y;
        bool _pending_editor_changed;
 
+       bool _zoom_trim_dragging;
+       Position _zoom_trim_position;
+
        bool _zoom_dragging;
-       Position _zoom_position;
+       double _zoom_last_y;
 
        bool _old_follow_playhead;
        cairo_surface_t* _image;