summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-12-22 01:11:25 +0000
committerCarl Hetherington <carl@carlh.net>2009-12-22 01:11:25 +0000
commit9243298a7c0436cbdd216e3c5d4f3b90fe74cdf9 (patch)
tree316294a5fe07285e2f2dc49ff22e39e41b03e8bb /gtk2_ardour/editor_drag.h
parentde4c9d47505ffde8f95e2ef5adbd8afa6ebba1ef (diff)
Fix comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@6383 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 95b22221a3..b9872cce5d 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -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