add proxy quick switch, folder lock, shortcuts update, bsd GL tweak
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_bright / brighttheme.C
index 2ad0b127e5067305269eeffff30a093ee251f590..5d34edff596437d470d9c435f1367374404ca7d8 100644 (file)
@@ -106,6 +106,7 @@ void BrightTheme::initialize()
 
        resources->text_default = 0x000000;
        resources->text_background = 0xffffff;
+       resources->text_background_disarmed = 0xaaaaaa;
        resources->text_background_hi = 0xffffff;
        resources->text_border1 = 0x000000;
        resources->text_border2 = 0xffffff;
@@ -627,6 +628,13 @@ void BrightTheme::initialize()
                "ff_down.png",
                "ff_checkedhi.png");
 
+       proxy_toggle = new_image_set(5,
+               "proxy_up.png",
+               "proxy_hi.png",
+               "proxy_chkd.png",
+               "proxy_down.png",
+               "proxy_chkdhi.png");
+
        shbtn_data = new_image_set(3,
                "shbtn_up.png",
                "shbtn_hi.png",