title color fader/tweaks, bg_color bcbitmap fix, inst.sh fix, lang fr pref tweaks
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edit.h
index d3598adb96af4d98271e257fb92f2d872bf0af34..67b091593e797cfe108686bfc5481ce27b5a8e31 100644 (file)
@@ -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;