p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue / bluetheme.C
index 1e19085580c9e10220d73ed03a9c21e68a72c349..a013cbda5076418f2ac94c9da1ea6d35b40ab706 100644 (file)
@@ -108,6 +108,7 @@ void BlueDotTheme::initialize()
 
        resources->text_default = 0xeeeeff;
        resources->text_background = 0x1a1447;
+       resources->text_background_disarmed = 0x7282d4;
        resources->text_border1 = 0x202020;
        resources->text_border2 = 0x1a1447;
        resources->text_border3 = 0x1a1447;
@@ -621,6 +622,20 @@ void BlueDotTheme::initialize()
                "ff_down.png",
                "ff_checkedhi.png");
 
+       proxy_p_toggle = new_image_set(5,
+               "proxy_p_up.png",
+               "proxy_p_hi.png",
+               "proxy_p_chkd.png",
+               "proxy_p_down.png",
+               "proxy_p_chkdhi.png");
+
+       proxy_s_toggle = new_image_set(5,
+               "proxy_s_up.png",
+               "proxy_s_hi.png",
+               "proxy_s_chkd.png",
+               "proxy_s_down.png",
+               "proxy_s_chkdhi.png");
+
        shbtn_data = new_image_set(3,
                "shbtn_up.png",
                "shbtn_hi.png",