blade and hard egdes, undo cache reset bug, sams ladspa icons, theme image access...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edit.h
index 3324711a08609cfc100377822411dab54b4a4a23..adbb0c47e4e4e9ded3eeda5b9a16a6ce55418c42 100644 (file)
@@ -132,7 +132,8 @@ public:
 // User defined title for timeline
        char user_title[BCTEXTLEN];
        int is_plugin;
-
+// edge cannot be optimized
+       int hard_left, hard_right;
 
 // Transition if one is present at the beginning of this edit
 // This stores the length of the transition
@@ -152,15 +153,6 @@ public:
        EDL *edl;
 
 
-
-
-
-
-
-
-
-
-
 // ============================= initialization
 
        int load_properties(FileXML *xml, int64_t &startproject);