X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=cd948aa323176e059895bbf8b20ebc18bc6a76b7;hb=eecf057a9d6b8c8cffc7d0001bff89bc9cac7b05;hp=21b586cbb02dfc855b5e8b1f4d8a199ca078b837;hpb=8f008f5c7d5d6fac72bf02358b8fa731c04156bb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index 21b586cb..cd948aa3 100644 --- a/cinelerra-5.1/cinelerra/localsession.h +++ b/cinelerra-5.1/cinelerra/localsession.h @@ -77,8 +77,10 @@ public: // Title if clip char clip_title[BCTEXTLEN]; char clip_notes[BCTEXTLEN]; + char clip_icon[BCSTRLEN]; + // Folder in parent EDL of clip - char folder[BCTEXTLEN]; + int awindow_folder; int loop_playback; double loop_start, loop_end; @@ -109,6 +111,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.