cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=83493bba73aa44b91467408c3e7789c4a05733e8

commit 83493bba73aa44b91467408c3e7789c4a05733e8
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Nov 1 15:33:44 2017 -0700

    ecore_evas: if an async rendering is still going on, there won't be a new 
one starting.
---
 src/lib/ecore_evas/ecore_evas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c
index a18bdbac51..12a32179cf 100644
--- a/src/lib/ecore_evas/ecore_evas.c
+++ b/src/lib/ecore_evas/ecore_evas.c
@@ -157,7 +157,7 @@ ecore_evas_render(Ecore_Evas *ee)
    if (ee->in_async_render)
      {
         DBG("ee=%p is rendering, skip.", ee);
-        return EINA_TRUE;
+        return EINA_FALSE;
      }
 
    if (ee->engine.func->fn_prepare)

-- 


Reply via email to