fix drag handle segv, new app icons
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainsession.h
index fd58d210dad1291a4adf3a4f2378eb138dfafdef..a62063959c060751713a25a2708941734a7b3684 100644 (file)
@@ -49,11 +49,11 @@ public:
 
        int load_defaults(BC_Hash *defaults);
        int save_defaults(BC_Hash *defaults);
-       void clear_drag_proxy();
        void save_x11_host(int play_config, const char *x11_host);
        int set_default_x11_host(int win_config=-1);
        void default_window_positions(int window_config=0);
        void boundaries();
+       Track *drag_handle_track();
 
 // For drag and drop events
 // The entire track where the dropped asset is going to go
@@ -74,7 +74,6 @@ public:
        Edits *trim_edits;
        ArrayList<Indexable*> *drag_assets;
        ArrayList<EDL*> *drag_clips;
-       ArrayList<EDL*> *drag_proxy;
        Auto *drag_auto;
        ArrayList<Auto*> *drag_auto_gang;