Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        image.c 


Log Message:
retain image alpha during save routines.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/image.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- image.c     19 Oct 2003 00:58:23 -0000      1.29
+++ image.c     19 Oct 2003 01:13:19 -0000      1.30
@@ -175,6 +175,8 @@
          imlib_context_set_image(imlib_im);
          if (im->format && im->filename)
          {
+            imlib_image_set_has_alpha((char)
+                                      evas_object_image_alpha_get(im->obj));
             imlib_image_set_format(im->format);
             imlib_save_image(im->filename);
          }




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to