X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedit.h;h=67b091593e797cfe108686bfc5481ce27b5a8e31;hb=3d7a882d0808f456957f823454bd84ff8317a51a;hp=d3598adb96af4d98271e257fb92f2d872bf0af34;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edit.h b/cinelerra-5.1/cinelerra/edit.h index d3598adb..67b09159 100644 --- a/cinelerra-5.1/cinelerra/edit.h +++ b/cinelerra-5.1/cinelerra/edit.h @@ -131,10 +131,11 @@ public: int id; // User defined title for timeline char user_title[BCTEXTLEN]; - int is_plugin; + int is_plugin, is_selected; // edge cannot be optimized int hard_left, hard_right; - +// title bar color + int color; // Transition if one is present at the beginning of this edit // This stores the length of the transition Transition *transition;