X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedit.h;h=a23f92e1019dc73034e104b44a530b5c0f87cdec;hp=e377c3361fb1aa895fb2679b8d0d3f4599bf181c;hb=258d9cb69d560f40961acdd20866e12e940c2f93;hpb=0b9b147db71b52ac26c6916569a1e407bb2651bc diff --git a/cinelerra-5.1/cinelerra/edit.h b/cinelerra-5.1/cinelerra/edit.h index e377c336..a23f92e1 100644 --- a/cinelerra-5.1/cinelerra/edit.h +++ b/cinelerra-5.1/cinelerra/edit.h @@ -134,7 +134,8 @@ public: 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; @@ -168,6 +169,10 @@ public: float zoom_units) { return 0; } virtual int64_t get_source_end(int64_t default_); void get_title(char *title); +// edit title bar color + int get_title_color(); +// default edit title bar color + int get_hash_color(); int dump(FILE *fp=stdout); virtual int dump_derived() { return 0; }