colorpicker rework, cin.desktop+shortcuts+license updates, edit titlebar colors+auto...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edit.h
index e377c3361fb1aa895fb2679b8d0d3f4599bf181c..a23f92e1019dc73034e104b44a530b5c0f87cdec 100644 (file)
@@ -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; }