X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=5261be1f96d3fbfc72b53974cc0b0dbc776a21c3;hb=a95193c3fd88733d184f2d460eca1fe6ddf8af28;hp=547fcb8afa27be359d01c91086cc7fb2874f45d2;hpb=49f85559268fc040fe7ba5611cc0520793cf728b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index 547fcb8a..5261be1f 100644 --- a/cinelerra-5.1/cinelerra/localsession.h +++ b/cinelerra-5.1/cinelerra/localsession.h @@ -77,8 +77,9 @@ public: // Title if clip char clip_title[BCTEXTLEN]; char clip_notes[BCTEXTLEN]; -// Folder in parent EDL of clip - int awindow_folder; + 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.