Enlightenment CVS committal Author : raster Project : e17 Module : apps/expedite
Dir : e17/apps/expedite/src/bin Modified Files: image_data_argb.c image_data_argb_alpha.c Log Message: explicitly set colorspace to ARGB8888 =================================================================== RCS file: /cvs/e/e17/apps/expedite/src/bin/image_data_argb.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- image_data_argb.c 11 Apr 2007 11:58:32 -0000 1.1 +++ image_data_argb.c 1 Mar 2008 05:19:15 -0000 1.2 @@ -26,6 +26,7 @@ { o = evas_object_image_add(evas); o_images[i] = o; + evas_object_image_colorspace_set(o, EVAS_COLORSPACE_ARGB8888); evas_object_image_size_set(o, 640, 480); evas_object_image_alpha_set(o, 0); evas_object_image_fill_set(o, 0, 0, 640, 480); =================================================================== RCS file: /cvs/e/e17/apps/expedite/src/bin/image_data_argb_alpha.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- image_data_argb_alpha.c 11 Apr 2007 11:58:32 -0000 1.1 +++ image_data_argb_alpha.c 1 Mar 2008 05:19:15 -0000 1.2 @@ -26,6 +26,7 @@ { o = evas_object_image_add(evas); o_images[i] = o; + evas_object_image_colorspace_set(o, EVAS_COLORSPACE_ARGB8888); evas_object_image_size_set(o, 640, 480); evas_object_image_alpha_set(o, 1); evas_object_image_fill_set(o, 0, 0, 640, 480); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs