X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbctheme.C;h=06cbff8d139a65aca6453dda08d1a3211d6f0387;hb=9adc10ce6a9e5d28b7132552024b37f7ee9bb283;hp=8268620fec8e6da95d73a2b6ac3a7891c8518428;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bctheme.C b/cinelerra-5.1/guicast/bctheme.C index 8268620f..06cbff8d 100644 --- a/cinelerra-5.1/guicast/bctheme.C +++ b/cinelerra-5.1/guicast/bctheme.C @@ -214,9 +214,9 @@ VFrame** BC_Theme::get_image_set(const char *title, int use_default) -VFrame** BC_Theme::new_button(const char *overlay_path, - const char *up_path, - const char *hi_path, +VFrame** BC_Theme::new_button(const char *overlay_path, + const char *up_path, + const char *hi_path, const char *dn_path, const char *title) { @@ -235,9 +235,9 @@ VFrame** BC_Theme::new_button(const char *overlay_path, } -VFrame** BC_Theme::new_button4(const char *overlay_path, - const char *up_path, - const char *hi_path, +VFrame** BC_Theme::new_button4(const char *overlay_path, + const char *up_path, + const char *hi_path, const char *dn_path, const char *disabled_path, const char *title) @@ -258,7 +258,7 @@ VFrame** BC_Theme::new_button4(const char *overlay_path, } -VFrame** BC_Theme::new_button(const char *overlay_path, +VFrame** BC_Theme::new_button(const char *overlay_path, VFrame *up, VFrame *hi, VFrame *dn, @@ -277,7 +277,7 @@ VFrame** BC_Theme::new_button(const char *overlay_path, } -VFrame** BC_Theme::new_toggle(const char *overlay_path, +VFrame** BC_Theme::new_toggle(const char *overlay_path, const char *up_path, const char *hi_path, const char *checked_path, @@ -299,7 +299,7 @@ VFrame** BC_Theme::new_toggle(const char *overlay_path, return result->data; } -VFrame** BC_Theme::new_toggle(const char *overlay_path, +VFrame** BC_Theme::new_toggle(const char *overlay_path, VFrame *up, VFrame *hi, VFrame *checked,