X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=547fcb8afa27be359d01c91086cc7fb2874f45d2;hb=d077044be445c058142c2b92b981c53898a2c112;hp=c00f23185f0ab930f98a347a1d9b7bf096cee152;hpb=dab459d8fcf93c377836bc30a1c4bc5505b79323;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index c00f2318..547fcb8a 100644 --- a/cinelerra-5.1/cinelerra/localsession.h +++ b/cinelerra-5.1/cinelerra/localsession.h @@ -78,7 +78,7 @@ public: char clip_title[BCTEXTLEN]; char clip_notes[BCTEXTLEN]; // Folder in parent EDL of clip - char folder[BCTEXTLEN]; + int awindow_folder; int loop_playback; double loop_start, loop_end; @@ -86,7 +86,7 @@ public: double preview_start, preview_end; // Vertical start of track view in pixels - int64_t track_start[TOTAL_PANES]; + int track_start[TOTAL_PANES]; // Horizontal start of view in pixels. This has to be pixels since either // samples or seconds would require drawing in fractional pixels. int64_t view_start[TOTAL_PANES];