tentative fix for requesting driver+device list from backend
[ardour.git] / gtk2_ardour / editor_drag.h
index 0bcfed99799a11d33f8d8517a1da7a71bc8554ed..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;
 };
 
@@ -378,6 +379,7 @@ private:
        void add_stateful_diff_commands_for_playlists (PlaylistSet const &);
 
        void collect_new_region_view (RegionView *);
+       RouteTimeAxisView* create_destination_time_axis (boost::shared_ptr<ARDOUR::Region>);
 
        bool _copy;
        RegionView* _new_region_view;