Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_render.c 


Log Message:
This call is already done at the end of a frame rendering, so no need to do
it also every time we restack something.


===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_render.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- evas_render.c       17 Jun 2008 11:24:48 -0000      1.33
+++ evas_render.c       18 Jul 2008 13:31:06 -0000      1.34
@@ -691,10 +691,6 @@
    evas_array_flush(&e->restack_objects);
    evas_array_flush(&e->render_objects);
 
-   /* If some object are still marked as changed, do not remove
-      them from the pending list. */
-   evas_array_remove(&e->pending_objects, pending_change, NULL);
-
    e->invalidate = 1;
 }
 
@@ -707,10 +703,6 @@
 
    evas_array_clean(&e->active_objects);
    evas_array_clean(&e->render_objects);
-
-   /* If some object are still marked as changed, do not remove
-      them from the pending list. */
-   evas_array_remove(&e->pending_objects, pending_change, NULL);
 
    evas_array_flush(&e->restack_objects);
    evas_array_flush(&e->delete_objects);



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to