diff --git a/data/3d.png b/data/3d.png new file mode 100644 index 0000000..6f5fcb8 Binary files /dev/null and b/data/3d.png differ diff --git a/data/Makefile.am b/data/Makefile.am index 8157ca1..c84b062 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -45,6 +45,14 @@ cube2.png \ cube3.png \ cube4.png \ cube5.png \ -cube6.png +cube6.png \ +text.png \ +rect.png \ +blend.png \ +map.png \ +3d.png \ +data.png \ +widgets.png + EXTRA_DIST = $(files_DATA) diff --git a/data/blend.png b/data/blend.png new file mode 100644 index 0000000..bfd647b Binary files /dev/null and b/data/blend.png differ diff --git a/data/data.png b/data/data.png new file mode 100644 index 0000000..26b5a72 Binary files /dev/null and b/data/data.png differ diff --git a/data/map.png b/data/map.png new file mode 100644 index 0000000..7a13b5f Binary files /dev/null and b/data/map.png differ diff --git a/data/rect.png b/data/rect.png new file mode 100644 index 0000000..8f54d64 Binary files /dev/null and b/data/rect.png differ diff --git a/data/text.png b/data/text.png new file mode 100644 index 0000000..ef33aa9 Binary files /dev/null and b/data/text.png differ diff --git a/data/widgets.png b/data/widgets.png new file mode 100644 index 0000000..350297f Binary files /dev/null and b/data/widgets.png differ diff --git a/src/bin/image_blend_border.c b/src/bin/image_blend_border.c index d1fe7bf..10d5b85 100644 --- a/src/bin/image_blend_border.c +++ b/src/bin/image_blend_border.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_border_start #define NAME "Image Blend Border" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_border_recolor.c b/src/bin/image_blend_border_recolor.c index f1047dd..3e11840 100644 --- a/src/bin/image_blend_border_recolor.c +++ b/src/bin/image_blend_border_recolor.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_border_recolor_start #define NAME "Image Blend Border Recolor" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_fade_pow2_unscaled.c b/src/bin/image_blend_fade_pow2_unscaled.c index 029f011..f31acaa 100644 --- a/src/bin/image_blend_fade_pow2_unscaled.c +++ b/src/bin/image_blend_fade_pow2_unscaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_fade_pow2_unscaled_start #define NAME "Image Blend Fade Power 2 Unscaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_fade_unscaled.c b/src/bin/image_blend_fade_unscaled.c index ee0fb7a..658110f 100644 --- a/src/bin/image_blend_fade_unscaled.c +++ b/src/bin/image_blend_fade_unscaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_fade_unscaled_start #define NAME "Image Blend Fade Unscaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_nearest_same_scaled.c b/src/bin/image_blend_nearest_same_scaled.c index c680ed5..52ba6d7 100644 --- a/src/bin/image_blend_nearest_same_scaled.c +++ b/src/bin/image_blend_nearest_same_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_nearest_same_scaled_start #define NAME "Image Blend Nearest Same Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_nearest_scaled.c b/src/bin/image_blend_nearest_scaled.c index 9f09e75..47a431e 100644 --- a/src/bin/image_blend_nearest_scaled.c +++ b/src/bin/image_blend_nearest_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_nearest_scaled_start #define NAME "Image Blend Nearest Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_nearest_solid_same_scaled.c b/src/bin/image_blend_nearest_solid_same_scaled.c index b75b9b0..e8979b4 100644 --- a/src/bin/image_blend_nearest_solid_same_scaled.c +++ b/src/bin/image_blend_nearest_solid_same_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_nearest_solid_same_scaled_start #define NAME "Image Blend Nearest Solid Same Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_nearest_solid_scaled.c b/src/bin/image_blend_nearest_solid_scaled.c index ddb1e51..1bd75df 100644 --- a/src/bin/image_blend_nearest_solid_scaled.c +++ b/src/bin/image_blend_nearest_solid_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_nearest_solid_scaled_start #define NAME "Image Blend Nearest Solid Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude1.c b/src/bin/image_blend_occlude1.c index 5020ad6..098ee57 100644 --- a/src/bin/image_blend_occlude1.c +++ b/src/bin/image_blend_occlude1.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude1_start #define NAME "Image Blend Occlude 1" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude1_few.c b/src/bin/image_blend_occlude1_few.c index a8fbd7c..c0ba2dc 100644 --- a/src/bin/image_blend_occlude1_few.c +++ b/src/bin/image_blend_occlude1_few.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude1_few_start #define NAME "Image Blend Occlude 1 Few" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude1_many.c b/src/bin/image_blend_occlude1_many.c index 3fe8b77..02a0f09 100644 --- a/src/bin/image_blend_occlude1_many.c +++ b/src/bin/image_blend_occlude1_many.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude1_many_start #define NAME "Image Blend Occlude 1 Many" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude1_very_many.c b/src/bin/image_blend_occlude1_very_many.c index 837557b..51b44f8 100644 --- a/src/bin/image_blend_occlude1_very_many.c +++ b/src/bin/image_blend_occlude1_very_many.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude1_very_many_start #define NAME "Image Blend Occlude 1 Very Many" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude2.c b/src/bin/image_blend_occlude2.c index 3647eac..4557bce 100644 --- a/src/bin/image_blend_occlude2.c +++ b/src/bin/image_blend_occlude2.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude2_start #define NAME "Image Blend Occlude 2" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude2_few.c b/src/bin/image_blend_occlude2_few.c index d717852..8aca4b1 100644 --- a/src/bin/image_blend_occlude2_few.c +++ b/src/bin/image_blend_occlude2_few.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude2_few_start #define NAME "Image Blend Occlude 2 Few" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude2_many.c b/src/bin/image_blend_occlude2_many.c index de2f1f7..b0ab9ba 100644 --- a/src/bin/image_blend_occlude2_many.c +++ b/src/bin/image_blend_occlude2_many.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude2_many_start #define NAME "Image Blend Occlude 2 Many" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude2_very_many.c b/src/bin/image_blend_occlude2_very_many.c index 30b5880..776ada8 100644 --- a/src/bin/image_blend_occlude2_very_many.c +++ b/src/bin/image_blend_occlude2_very_many.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude2_very_many_start #define NAME "Image Blend Occlude 2 Very Many" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude3.c b/src/bin/image_blend_occlude3.c index 46d9836..fa69b97 100644 --- a/src/bin/image_blend_occlude3.c +++ b/src/bin/image_blend_occlude3.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude3_start #define NAME "Image Blend Occlude 3" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude3_few.c b/src/bin/image_blend_occlude3_few.c index 2d38fae..92166f1 100644 --- a/src/bin/image_blend_occlude3_few.c +++ b/src/bin/image_blend_occlude3_few.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude3_few_start #define NAME "Image Blend Occlude 3 Few" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude3_many.c b/src/bin/image_blend_occlude3_many.c index 7979a43..aecb5ee 100644 --- a/src/bin/image_blend_occlude3_many.c +++ b/src/bin/image_blend_occlude3_many.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude3_many_start #define NAME "Image Blend Occlude 3 Many" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_occlude3_very_many.c b/src/bin/image_blend_occlude3_very_many.c index d7797df..ea353ba 100644 --- a/src/bin/image_blend_occlude3_very_many.c +++ b/src/bin/image_blend_occlude3_very_many.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_occlude3_very_many_start #define NAME "Image Blend Occlude 3 Very Many" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_smooth_same_scaled.c b/src/bin/image_blend_smooth_same_scaled.c index 5d2bdd3..a1e6fc3 100644 --- a/src/bin/image_blend_smooth_same_scaled.c +++ b/src/bin/image_blend_smooth_same_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_smooth_same_scaled_start #define NAME "Image Blend Smooth Same Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_smooth_scaled.c b/src/bin/image_blend_smooth_scaled.c index 7c86bdb..b2086f0 100644 --- a/src/bin/image_blend_smooth_scaled.c +++ b/src/bin/image_blend_smooth_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_smooth_scaled_start #define NAME "Image Blend Smooth Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_smooth_solid_same_scaled.c b/src/bin/image_blend_smooth_solid_same_scaled.c index 8ab7ce5..41366a3 100644 --- a/src/bin/image_blend_smooth_solid_same_scaled.c +++ b/src/bin/image_blend_smooth_solid_same_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_smooth_solid_same_scaled_start #define NAME "Image Blend Smooth Solid Same Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_smooth_solid_scaled.c b/src/bin/image_blend_smooth_solid_scaled.c index c5d9e0b..e4028bd 100644 --- a/src/bin/image_blend_smooth_solid_scaled.c +++ b/src/bin/image_blend_smooth_solid_scaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_smooth_solid_scaled_start #define NAME "Image Blend Smooth Solid Scaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_solid_border.c b/src/bin/image_blend_solid_border.c index 7662606..2e1b0bb 100644 --- a/src/bin/image_blend_solid_border.c +++ b/src/bin/image_blend_solid_border.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_solid_border_start #define NAME "Image Blend Solid Border" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_solid_fade_pow2_unscaled.c b/src/bin/image_blend_solid_fade_pow2_unscaled.c index 8acc04c..1af71db 100644 --- a/src/bin/image_blend_solid_fade_pow2_unscaled.c +++ b/src/bin/image_blend_solid_fade_pow2_unscaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_solid_fade_pow2_unscaled_start #define NAME "Image Blend Solid Fade Power 2 Unscaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_solid_fade_unscaled.c b/src/bin/image_blend_solid_fade_unscaled.c index 1c2a7f1..6a6cb9f 100644 --- a/src/bin/image_blend_solid_fade_unscaled.c +++ b/src/bin/image_blend_solid_fade_unscaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_solid_fade_unscaled_start #define NAME "Image Blend Solid Fade Unscaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_solid_middle_border.c b/src/bin/image_blend_solid_middle_border.c index a63eae0..5a7d6f9 100644 --- a/src/bin/image_blend_solid_middle_border.c +++ b/src/bin/image_blend_solid_middle_border.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_solid_middle_border #define NAME "Image Blend Solid Middle Border" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_solid_middle_unscaled.c b/src/bin/image_blend_solid_middle_unscaled.c index 4570750..b2a30ca 100644 --- a/src/bin/image_blend_solid_middle_unscaled.c +++ b/src/bin/image_blend_solid_middle_unscaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_solid_middle_unscaled_start #define NAME "Image Blend Solid Middle Unscaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_solid_unscaled.c b/src/bin/image_blend_solid_unscaled.c index b7f20a5..136323e 100644 --- a/src/bin/image_blend_solid_unscaled.c +++ b/src/bin/image_blend_solid_unscaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_solid_unscaled_start #define NAME "Image Blend Solid Unscaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_blend_unscaled.c b/src/bin/image_blend_unscaled.c index db37283..02feb60 100644 --- a/src/bin/image_blend_unscaled.c +++ b/src/bin/image_blend_unscaled.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_blend_unscaled_start #define NAME "Image Blend Unscaled" -#define ICON "flower.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_crossfade.c b/src/bin/image_crossfade.c index c1139a5..3a824a8 100644 --- a/src/bin/image_crossfade.c +++ b/src/bin/image_crossfade.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_crossfade_start #define NAME "Image Crossfade" -#define ICON "mushroom.png" +#define ICON "blend.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_data_argb.c b/src/bin/image_data_argb.c index 5c66efc..2ff00fc 100644 --- a/src/bin/image_data_argb.c +++ b/src/bin/image_data_argb.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_data_argb_start #define NAME "Image Data ARGB" -#define ICON "mushroom.png" +#define ICON "data.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_data_argb_alpha.c b/src/bin/image_data_argb_alpha.c index 04e6299..e907dee 100644 --- a/src/bin/image_data_argb_alpha.c +++ b/src/bin/image_data_argb_alpha.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_data_argb_alpha_start #define NAME "Image Data ARGB Alpha" -#define ICON "mushroom.png" +#define ICON "data.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_data_ycbcr601pl.c b/src/bin/image_data_ycbcr601pl.c index 55f68a8..fa4a6fc 100644 --- a/src/bin/image_data_ycbcr601pl.c +++ b/src/bin/image_data_ycbcr601pl.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_data_ycbcr601pl_start #define NAME "Image Data YCbCr 601 Pointer List" -#define ICON "mushroom.png" +#define ICON "data.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_data_ycbcr601pl_wide_stride.c b/src/bin/image_data_ycbcr601pl_wide_stride.c index 3651977..137e11d 100644 --- a/src/bin/image_data_ycbcr601pl_wide_stride.c +++ b/src/bin/image_data_ycbcr601pl_wide_stride.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_data_ycbcr601pl_wide_stride_start #define NAME "Image Data YCbCr 601 Pointer List Wide Stride" -#define ICON "mushroom.png" +#define ICON "data.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_3d_1.c b/src/bin/image_map_3d_1.c index 8569fa1..7b15556 100644 --- a/src/bin/image_map_3d_1.c +++ b/src/bin/image_map_3d_1.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_3d_1_start #define NAME "Image Map 3D 1" -#define ICON "bug.png" +#define ICON "3d.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_3d_2.c b/src/bin/image_map_3d_2.c index 42d1cbb..c5fa2b9 100644 --- a/src/bin/image_map_3d_2.c +++ b/src/bin/image_map_3d_2.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_3d_2_start #define NAME "Image Map 3D 2" -#define ICON "bug.png" +#define ICON "3d.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_3d_3.c b/src/bin/image_map_3d_3.c index 3d72090..54c0fc9 100644 --- a/src/bin/image_map_3d_3.c +++ b/src/bin/image_map_3d_3.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_3d_3_start #define NAME "Image Map 3D 3" -#define ICON "bug.png" +#define ICON "3d.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_3d_4.c b/src/bin/image_map_3d_4.c index 48b3f54..0afb349 100644 --- a/src/bin/image_map_3d_4.c +++ b/src/bin/image_map_3d_4.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_3d_4_start #define NAME "Image Map 3D 4" -#define ICON "bug.png" +#define ICON "3d.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_3d_5.c b/src/bin/image_map_3d_5.c index 89f6e0a..b2aabdd 100644 --- a/src/bin/image_map_3d_5.c +++ b/src/bin/image_map_3d_5.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_3d_5_start #define NAME "Image Map 3D 5" -#define ICON "pulse.png" +#define ICON "3d.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_3d_6.c b/src/bin/image_map_3d_6.c index 3f62ab8..96d1862 100644 --- a/src/bin/image_map_3d_6.c +++ b/src/bin/image_map_3d_6.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_3d_6_start #define NAME "Image Map 3D 6" -#define ICON "pulse.png" +#define ICON "3d.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_3d_flow.c b/src/bin/image_map_3d_flow.c index c7f7e1c..55ac295 100644 --- a/src/bin/image_map_3d_flow.c +++ b/src/bin/image_map_3d_flow.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_3d_flow_start #define NAME "Image Map 3D Flow" -#define ICON "bulb.png" +#define ICON "3d.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_alpha_nearest_rotate.c b/src/bin/image_map_color_alpha_nearest_rotate.c index b5195b8..b5566c1 100644 --- a/src/bin/image_map_color_alpha_nearest_rotate.c +++ b/src/bin/image_map_color_alpha_nearest_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_alpha_nearest_rotate_start #define NAME "Image Map Color Alpha Nearest Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_alpha_nearest_solid_rotate.c b/src/bin/image_map_color_alpha_nearest_solid_rotate.c index e4a252e..2634f79 100644 --- a/src/bin/image_map_color_alpha_nearest_solid_rotate.c +++ b/src/bin/image_map_color_alpha_nearest_solid_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_alpha_nearest_solid_rotate_start #define NAME "Image Map Color Alpha Nearest Solid Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_alpha_rotate.c b/src/bin/image_map_color_alpha_rotate.c index 371adf4..5bf479c 100644 --- a/src/bin/image_map_color_alpha_rotate.c +++ b/src/bin/image_map_color_alpha_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_alpha_rotate_start #define NAME "Image Map Color Alpha Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_alpha_solid_rotate.c b/src/bin/image_map_color_alpha_solid_rotate.c index c626802..223d9d7 100644 --- a/src/bin/image_map_color_alpha_solid_rotate.c +++ b/src/bin/image_map_color_alpha_solid_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_alpha_solid_rotate_start #define NAME "Image Map Color Alpha Solid Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_nearest_rotate.c b/src/bin/image_map_color_nearest_rotate.c index ca61461..8bc6024 100644 --- a/src/bin/image_map_color_nearest_rotate.c +++ b/src/bin/image_map_color_nearest_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_nearest_rotate_start #define NAME "Image Map Color Nearest Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_nearest_solid_rotate.c b/src/bin/image_map_color_nearest_solid_rotate.c index 01421b6..3a59396 100644 --- a/src/bin/image_map_color_nearest_solid_rotate.c +++ b/src/bin/image_map_color_nearest_solid_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_nearest_solid_rotate_start #define NAME "Image Map Color Nearest Solid Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_rotate.c b/src/bin/image_map_color_rotate.c index e9f860f..9d00172 100644 --- a/src/bin/image_map_color_rotate.c +++ b/src/bin/image_map_color_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_rotate_start #define NAME "Image Map Color Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_color_solid_rotate.c b/src/bin/image_map_color_solid_rotate.c index 13abf4d..ad83259 100644 --- a/src/bin/image_map_color_solid_rotate.c +++ b/src/bin/image_map_color_solid_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_color_solid_rotate_start #define NAME "Image Map Color Solid Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_nearest_rotate.c b/src/bin/image_map_nearest_rotate.c index 20ce49d..d3ba537 100644 --- a/src/bin/image_map_nearest_rotate.c +++ b/src/bin/image_map_nearest_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_nearest_rotate_start #define NAME "Image Map Nearest Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_nearest_solid_rotate.c b/src/bin/image_map_nearest_solid_rotate.c index 75c8532..1816886 100644 --- a/src/bin/image_map_nearest_solid_rotate.c +++ b/src/bin/image_map_nearest_solid_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_nearest_solid_rotate_start #define NAME "Image Map Nearest Solid Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_rotate.c b/src/bin/image_map_rotate.c index 1654e37..9089f48 100644 --- a/src/bin/image_map_rotate.c +++ b/src/bin/image_map_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_rotate_start #define NAME "Image Map Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_map_solid_rotate.c b/src/bin/image_map_solid_rotate.c index 3b08125..bdb8630 100644 --- a/src/bin/image_map_solid_rotate.c +++ b/src/bin/image_map_solid_rotate.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_map_solid_rotate_start #define NAME "Image Map Solid Rotate" -#define ICON "mushroom.png" +#define ICON "map.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/image_quality_scale.c b/src/bin/image_quality_scale.c index 5c1b3ea..57dbe9c 100644 --- a/src/bin/image_quality_scale.c +++ b/src/bin/image_quality_scale.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME image_quality_scale_start #define NAME "Image Quality Scale" -#define ICON "mushroom.png" +#define ICON "data.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/poly_blend.c b/src/bin/poly_blend.c index 0e1b31a..490bb4b 100644 --- a/src/bin/poly_blend.c +++ b/src/bin/poly_blend.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME poly_blend_start #define NAME "Polygon Blend" -#define ICON "flower.png" +#define ICON "rect.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/rect_blend.c b/src/bin/rect_blend.c index 8149500..fb5cb8e 100644 --- a/src/bin/rect_blend.c +++ b/src/bin/rect_blend.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME rect_blend_start #define NAME "Rect Blend" -#define ICON "flower.png" +#define ICON "rect.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/rect_blend_few.c b/src/bin/rect_blend_few.c index 52a9056..15bab8a 100644 --- a/src/bin/rect_blend_few.c +++ b/src/bin/rect_blend_few.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME rect_blend_few_start #define NAME "Rect Blend Few" -#define ICON "flower.png" +#define ICON "rect.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/rect_blend_pow2.c b/src/bin/rect_blend_pow2.c index 29a7d02..381170d 100644 --- a/src/bin/rect_blend_pow2.c +++ b/src/bin/rect_blend_pow2.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME rect_blend_pow2_start #define NAME "Rect Blend Power 2" -#define ICON "flower.png" +#define ICON "rect.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/rect_blend_pow2_few.c b/src/bin/rect_blend_pow2_few.c index a45e4b1..7c1f409 100644 --- a/src/bin/rect_blend_pow2_few.c +++ b/src/bin/rect_blend_pow2_few.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME rect_blend_pow2_few_start #define NAME "Rect Blend Power 2 Few" -#define ICON "flower.png" +#define ICON "rect.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/rect_solid.c b/src/bin/rect_solid.c index 8496ff7..c51df40 100644 --- a/src/bin/rect_solid.c +++ b/src/bin/rect_solid.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME rect_solid_start #define NAME "Rect Solid" -#define ICON "flower.png" +#define ICON "rect.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/rect_solid_few.c b/src/bin/rect_solid_few.c index 87ed9f6..1976d3d 100644 --- a/src/bin/rect_solid_few.c +++ b/src/bin/rect_solid_few.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME rect_solid_few_start #define NAME "Rect Solid Few" -#define ICON "flower.png" +#define ICON "rect.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/text_basic.c b/src/bin/text_basic.c index fdff93d..80c5353 100644 --- a/src/bin/text_basic.c +++ b/src/bin/text_basic.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME text_basic_start #define NAME "Text Basic" -#define ICON "mushroom.png" +#define ICON "text.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/text_change.c b/src/bin/text_change.c index da5c5b5..d7d79f2 100644 --- a/src/bin/text_change.c +++ b/src/bin/text_change.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME text_change_start #define NAME "Text Change" -#define ICON "mushroom.png" +#define ICON "text.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/text_styles.c b/src/bin/text_styles.c index 436624e..82e9943 100644 --- a/src/bin/text_styles.c +++ b/src/bin/text_styles.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME text_styles_start #define NAME "Text Styles" -#define ICON "mushroom.png" +#define ICON "text.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/text_styles_different_strings.c b/src/bin/text_styles_different_strings.c index 73af6ea..8a87333 100644 --- a/src/bin/text_styles_different_strings.c +++ b/src/bin/text_styles_different_strings.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME text_styles_different_strings_start #define NAME "Text Styles Different Strings" -#define ICON "mushroom.png" +#define ICON "text.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/textblock_basic.c b/src/bin/textblock_basic.c index f441b5e..a9b8cb7 100644 --- a/src/bin/textblock_basic.c +++ b/src/bin/textblock_basic.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME textblock_basic_start #define NAME "Textblock Basic" -#define ICON "mushroom.png" +#define ICON "text.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/textblock_intl.c b/src/bin/textblock_intl.c index 988e09a..5dc7930 100644 --- a/src/bin/textblock_intl.c +++ b/src/bin/textblock_intl.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME textblock_intl_start #define NAME "Textblock Intl" -#define ICON "mushroom.png" +#define ICON "text.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/widgets_file_icons.c b/src/bin/widgets_file_icons.c index ef7f2d4..bf1e230 100644 --- a/src/bin/widgets_file_icons.c +++ b/src/bin/widgets_file_icons.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME widgets_file_icons_start #define NAME "Widgets File Icons" -#define ICON "flower.png" +#define ICON "widgets.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/widgets_file_icons_2.c b/src/bin/widgets_file_icons_2.c index 3a40992..cf54f5b 100644 --- a/src/bin/widgets_file_icons_2.c +++ b/src/bin/widgets_file_icons_2.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME widgets_file_icons_2_start #define NAME "Widgets File Icons 2" -#define ICON "flower.png" +#define ICON "widgets.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/widgets_file_icons_3.c b/src/bin/widgets_file_icons_3.c index 2714913..afde3af 100644 --- a/src/bin/widgets_file_icons_3.c +++ b/src/bin/widgets_file_icons_3.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME widgets_file_icons_3_start #define NAME "Widgets File Icons 3" -#define ICON "flower.png" +#define ICON "widgets.png" #ifndef PROTO # ifndef UI diff --git a/src/bin/widgets_file_icons_4.c b/src/bin/widgets_file_icons_4.c index 4ce1edc..9ca6625 100644 --- a/src/bin/widgets_file_icons_4.c +++ b/src/bin/widgets_file_icons_4.c @@ -5,7 +5,7 @@ /* metadata */ #define FNAME widgets_file_icons_4_start #define NAME "Widgets File Icons 4" -#define ICON "flower.png" +#define ICON "widgets.png" #ifndef PROTO # ifndef UI