Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_thumb.c 


Log Message:
- getting the alpha from the image isnt working.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_thumb.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_thumb.c   22 Oct 2005 17:02:37 -0000      1.8
+++ e_thumb.c   23 Oct 2005 13:56:27 -0000      1.9
@@ -96,7 +96,8 @@
    evas_object_image_file_set(*im, file, NULL);
    iw = 0; ih = 0;
    evas_object_image_size_get(*im, &iw, &ih);
-   *alpha = evas_object_image_alpha_get(im);
+   //*alpha = evas_object_image_alpha_get(im);
+   *alpha = 1; //why doesnt the above one work?
    if ((iw > 0) && (ih > 0))
     {
        *ww = w;




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to