rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.h
index feca1095043be5ebdb31c95cad86e1b851421932..369d196c5734e4e8bb987af9fa6c90c2b3005e2a 100644 (file)
@@ -185,6 +185,8 @@ public:
        static VFrame *bg_image;
        static VFrame *menu_bg;
 
+// default icon
+       VFrame *default_icon;
 // Buttons
        VFrame **ok_images;
        VFrame **cancel_images;
@@ -400,6 +402,9 @@ public:
        static VFrame *default_pot_images[3];
        static VFrame *default_progress_images[2];
        static VFrame *default_medium_7segment[20];
+       static VFrame *default_vscroll_data[10];
+       static VFrame *default_hscroll_data[10];
+       static VFrame *default_icon_img;
 
 // Make VFrame use shm
        int vframe_shm;