From a701d336ca396b2452de7cb39d38b5c59e398a96 Mon Sep 17 00:00:00 2001 From: kabeer khan Date: Thu, 5 Mar 2015 13:03:08 +0000 Subject: [PATCH] Make exactness independant of elementary Summary: Signed-off-by: kabeer khan Reviewers: tasn Differential Revision: https://phab.enlightenment.org/D2105 --- src/lib/tsuite_evas_hook.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/tsuite_evas_hook.c b/src/lib/tsuite_evas_hook.c index 1cad7a5..e9d1516 100644 --- a/src/lib/tsuite_evas_hook.c +++ b/src/lib/tsuite_evas_hook.c @@ -1,6 +1,8 @@ #define _GNU_SOURCE 1 -#include #include +#include +#include +#include #include #include @@ -568,7 +570,7 @@ tsuite_feed_event(void *data) if (!td->current_event) { /* Finished reading all events */ - elm_exit(); + ecore_main_loop_quit(); return ECORE_CALLBACK_CANCEL; }