X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=5261be1f96d3fbfc72b53974cc0b0dbc776a21c3;hb=219e9cae947fc9454f65c210d600800158d798fb;hp=e2ee664e2ec40beb4a0935f18f6cc739ce21faa3;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index e2ee664e..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;