rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.h
index f2339ed05be716fd1a718adcd24226abb6d5c984..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;
@@ -402,6 +404,7 @@ public:
        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;