Make exactness independant of elementary

Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: tasn

Differential Revision: https://phab.enlightenment.org/D2105
This commit is contained in:
kabeer khan 2015-03-05 13:03:08 +00:00 committed by Tom Hacohen
parent e2c1fa0636
commit a701d336ca
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#define _GNU_SOURCE 1
#include <Elementary.h>
#include <Eet.h>
#include <Evas.h>
#include <Ecore.h>
#include <Ecore_Evas.h>
#include <stdio.h>
#include <stdlib.h>
@ -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;
}