X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_summary.h;h=369a72fc28d2d20731c4072e58343616fee79700;hb=e33d4553b2b333c30835b00741fc5c1fd0e2b36d;hp=c59210e657b5b06d34d189779bb35e78ec5746c7;hpb=aae367b63c9b619db1e40f27dc334c6987219481;p=ardour.git diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h index c59210e657..369a72fc28 100644 --- a/gtk2_ardour/editor_summary.h +++ b/gtk2_ardour/editor_summary.h @@ -70,6 +70,11 @@ private: std::pair _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;