change copy packed clip to unpacked in move_edits
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edit.h
index 67b091593e797cfe108686bfc5481ce27b5a8e31..ff045fd0dc9bba69fea3c4dadb3c7aa21a09dc72 100644 (file)
@@ -114,6 +114,7 @@ public:
        void detach_transition();
 // Determine if silence depending on existance of asset or plugin title
        virtual int silence();
+       void set_selected(int v);
 
 // Media edit information
 // Units are native units for the track.
@@ -129,6 +130,8 @@ public:
        int channel;
 // ID for resource pixmaps
        int id;
+// ID for selection groups
+       int group_id;
 // User defined title for timeline
        char user_title[BCTEXTLEN];
        int is_plugin, is_selected;