summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-09 01:58:42 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-09 01:58:42 +0000
commitd29f14bf33bc807be7b95015e4f011f4ad741cc6 (patch)
tree45e3dfea78a108a9ab06a3c4c3dbb5c47cc72e01 /gtk2_ardour/editor_drag.h
parentc246926e4148e9996060bd6865ff03a962ddab2e (diff)
Fix trim of multiple regions. Fixes #3528.
git-svn-id: svn://localhost/ardour2/branches/3.0@7982 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 67bd43e2b5..e0d3d91ee8 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -239,6 +239,8 @@ struct DraggingView
/** layer that this region is currently being displayed on */
ARDOUR::layer_t layer;
double initial_y; ///< the initial y position of the view before any reparenting
+ framepos_t initial_position; ///< initial position of the region
+ framepos_t initial_end; ///< initial end position of the region
boost::shared_ptr<ARDOUR::Playlist> initial_playlist;
};