Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas.c 


Log Message:
I assume that the Evas should be flushed and not the Ecore_Evas.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ecore_evas.c        17 Jun 2007 03:41:43 -0000      1.33
+++ ecore_evas.c        17 Jun 2007 09:23:51 -0000      1.34
@@ -1824,7 +1824,7 @@
    Ecore_Evas *ee;
    
    ee = (Ecore_Evas *)data;
-   evas_render_idle_flush(ee);
+   evas_render_idle_flush(ee->evas);
    ee->engine.idle_flush_timer = NULL;
    return 0;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to