X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmainsession.h;h=6395b809cc3b00e0feb0b579b9bdad386265d260;hb=a0d43979126b586d50b2de48056ae48fa8d0bb1d;hp=92e40a59f11fcd3c5da8ef4379431141ecb6cbcd;hpb=e41864cf7931bfb86f68c5d35d4578dfe161d386;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/mainsession.h b/cinelerra-5.1/cinelerra/mainsession.h index 92e40a59..6395b809 100644 --- a/cinelerra-5.1/cinelerra/mainsession.h +++ b/cinelerra-5.1/cinelerra/mainsession.h @@ -82,6 +82,14 @@ public: // Edit whose handle is being dragged Edit *drag_edit; +// Selected edits clip of grouped drag + EDL *drag_group; +// drag edit of selected edits + Edit *drag_group_edit; +// cursor position in selected edits at start of drag + double drag_group_position; +// top track of selected edits + Track *drag_group_first_track; // Edits who are being dragged ArrayList *drag_edits; // Button pressed during drag @@ -107,6 +115,8 @@ public: // Clip number for automatic title generation int clip_number; +// Next group id index + int group_number; // Audio session int changes_made; @@ -114,6 +124,9 @@ public: // filename of the current project for window titling and saving char filename[BCTEXTLEN]; +// title bar background blend + float title_bar_alpha; + int batchrender_x, batchrender_y, batchrender_w, batchrender_h; // Window positions @@ -171,10 +184,6 @@ public: int menueffect_w, menueffect_h; int transitiondialog_w, transitiondialog_h; - int cwindow_fullscreen; - int rwindow_fullscreen; - int vwindow_fullscreen; - int zwindow_fullscreen; int selected_zwindow; double actual_frame_rate;