Fix comments.

git-svn-id: svn://localhost/ardour2/branches/3.0@6383 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2009-12-22 01:11:25 +00:00
parent de4c9d4750
commit 9243298a7c

View File

@@ -127,12 +127,12 @@ protected:
nframes64_t _current_pointer_frame; ///< frame that the pointer is now at
double _original_x; ///< original world x of the thing being dragged
double _original_y; ///< original world y of the thing being dragged
double _grab_x; ///< item x of the grab start position
double _grab_y; ///< item y of the grab start position
double _current_pointer_x; ///< item x of the current pointer
double _current_pointer_y; ///< item y of the current pointer
double _last_pointer_x; ///< item x of the pointer last time a motion occurred
double _last_pointer_y; ///< item y of the pointer last time a motion occurred
double _grab_x; ///< trackview x of the grab start position
double _grab_y; ///< trackview y of the grab start position
double _current_pointer_x; ///< trackview x of the current pointer
double _current_pointer_y; ///< trackview y of the current pointer
double _last_pointer_x; ///< trackview x of the pointer last time a motion occurred
double _last_pointer_y; ///< trackview y of the pointer last time a motion occurred
bool _x_constrained; ///< true if x motion is constrained, otherwise false
bool _y_constrained; ///< true if y motion is constrained, otherwise false
bool _was_rolling; ///< true if the session was rolling before the drag started, otherwise false