cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=664c1c8eb4051be82eb3b020ea9f37dda23b397c

commit 664c1c8eb4051be82eb3b020ea9f37dda23b397c
Author: Cedric Bail <ced...@osg.samsung.com>
Date:   Tue Apr 10 14:39:21 2018 -0700

    evas: we directly use the main loop, we do not need external integration 
anymore.
---
 src/lib/evas/canvas/evas_async_events.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/lib/evas/canvas/evas_async_events.c 
b/src/lib/evas/canvas/evas_async_events.c
index 5cbf90a201..8b6bb29df1 100644
--- a/src/lib/evas/canvas/evas_async_events.c
+++ b/src/lib/evas/canvas/evas_async_events.c
@@ -107,7 +107,6 @@ _evas_async_events_fork_handle(void *data EINA_UNUSED)
 {
    ecore_pipe_del(_async_pipe);
    _async_pipe = ecore_pipe_add(_async_events_pipe_read_cb, NULL);
-   ecore_pipe_freeze(_async_pipe);
 }
 
 int
@@ -131,7 +130,6 @@ evas_async_events_init(void)
         return 0;
      }
 
-   ecore_pipe_freeze(_async_pipe);
    _read_error = EINA_FALSE;
    _write_error = EINA_FALSE;
 
@@ -181,7 +179,7 @@ evas_async_events_shutdown(void)
 EAPI int
 evas_async_events_fd_get(void)
 {
-   return ecore_pipe_read_fd(_async_pipe);
+   return -1;
 }
 
 EAPI int

-- 


Reply via email to