add clip folders, icon margins, fix safe regions, update neophyte, fix folder edl...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / localsession.h
index 21b586cbb02dfc855b5e8b1f4d8a199ca078b837..5261be1f96d3fbfc72b53974cc0b0dbc776a21c3 100644 (file)
@@ -77,8 +77,9 @@ public:
 // Title if clip
        char clip_title[BCTEXTLEN];
        char clip_notes[BCTEXTLEN];
-// Folder in parent EDL of clip
-       char folder[BCTEXTLEN];
+       char clip_icon[BCSTRLEN];
+// awindow folder id
+       int folder;
 
        int loop_playback;
        double loop_start, loop_end;
@@ -109,6 +110,8 @@ public:
 
 // Eye dropper
        float red, green, blue;
+       float red_max, green_max, blue_max;
+       int use_max;
 private:
 // The reason why selection ranges and inpoints have to be separate:
 // The selection position has to change to set new in points.