rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / localsession.h
index 547fcb8afa27be359d01c91086cc7fb2874f45d2..ecf48b620a259ee2f4aaaa0ea5bd59939c8c4ba5 100644 (file)
@@ -77,8 +77,7 @@ public:
 // Title if clip
        char clip_title[BCTEXTLEN];
        char clip_notes[BCTEXTLEN];
-// Folder in parent EDL of clip
-       int awindow_folder;
+       char clip_icon[BCSTRLEN];
 
        int loop_playback;
        double loop_start, loop_end;
@@ -109,6 +108,8 @@ public:
 
 // Eye dropper
        float red, green, blue;
+       float red_max, green_max, blue_max;
+       int use_max;
 private:
 // The reason why selection ranges and inpoints have to be separate:
 // The selection position has to change to set new in points.