tentative fix for requesting driver+device list from backend
[ardour.git] / gtk2_ardour / editor_drag.h
index 7907701e635c5badf31bd8d76ac578cba16eb1f8..259dc50778c697a040e6ea8b2c8bdd2b87f4b4f1 100644 (file)
@@ -261,6 +261,7 @@ public:
        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
+       framepos_t anchored_fade_length; ///< fade_length when anchored during drag
        boost::shared_ptr<ARDOUR::Playlist> initial_playlist;
 };