jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1f291a6a5b25d8a9bcab6609cf17984209e66b59

commit 1f291a6a5b25d8a9bcab6609cf17984209e66b59
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Jan 7 15:55:02 2016 +0900

    Evas filters: Run immediately in async mode (flush vs. enqueue)
---
 src/lib/evas/filters/evas_filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/filters/evas_filter.c 
b/src/lib/evas/filters/evas_filter.c
index f343aa9..73dc047 100644
--- a/src/lib/evas/filters/evas_filter.c
+++ b/src/lib/evas/filters/evas_filter.c
@@ -1676,7 +1676,7 @@ evas_filter_run(Evas_Filter_Context *ctx)
 
    if (ctx->async)
      {
-        evas_thread_cmd_enqueue(_filter_thread_run_cb, ctx);
+        evas_thread_queue_flush(_filter_thread_run_cb, ctx);
         return EINA_TRUE;
      }
 

-- 


Reply via email to