Evas filters: Run immediately in async mode (flush vs. enqueue)
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 7 Jan 2016 06:55:02 +0000 (15:55 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 7 Jan 2016 08:47:48 +0000 (17:47 +0900)
src/lib/evas/filters/evas_filter.c

index f343aa9..73dc047 100644 (file)
@@ -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;
      }