Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_render.c 


Log Message:


fix hash calls, fix object leak. :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_render.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evas_render.c       27 Oct 2005 06:40:28 -0000      1.13
+++ evas_render.c       31 Oct 2005 07:06:52 -0000      1.14
@@ -74,7 +74,8 @@
    evas_object_clip_recalc(obj);
    /* build active object list */
    is_active = evas_object_is_active(obj);
-   if (is_active) *active_objects = evas_list_append(*active_objects, obj);
+   if ((is_active) || (obj->delete_me != 0)) 
+     *active_objects = evas_list_append(*active_objects, obj);
    if (restack)
      {
        obj->restack = 1;




-------------------------------------------------------
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