summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2017-11-01 15:33:44 -0700
committerCedric BAIL <cedric@osg.samsung.com>2017-11-01 15:33:44 -0700
commit83493bba73aa44b91467408c3e7789c4a05733e8 (patch)
tree1b88edacc15ee42615648eedb048356e623f395c
parent925d558780744ba6daf675b07731769888c06335 (diff)
downloadefl-83493bba73aa44b91467408c3e7789c4a05733e8.tar.gz
ecore_evas: if an async rendering is still going on, there won't be a new one starting.
-rw-r--r--src/lib/ecore_evas/ecore_evas.c2
1 files changed, 1 insertions, 1 deletions
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)