cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=54126d8fa5b98931e17142074d9863f2a7aedcde

commit 54126d8fa5b98931e17142074d9863f2a7aedcde
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Apr 20 15:54:18 2016 -0700

    ecore: use restartable event for main loop event.
---
 src/lib/ecore/ecore_mainloop.eo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/ecore/ecore_mainloop.eo b/src/lib/ecore/ecore_mainloop.eo
index 88e96d4..42ab702 100644
--- a/src/lib/ecore/ecore_mainloop.eo
+++ b/src/lib/ecore/ecore_mainloop.eo
@@ -51,9 +51,9 @@ class Ecore_Mainloop (Eo.Base)
       }
    }
    events {
-      idle,enter; [[Event occurs once the main loop enters the idle state.]]
-      idle,exit; [[Event occurs once the main loop exits the idle state.]]
-      idle; /* FIXME: We need to make sure we can get it work. */
+      idle,enter @restart; [[Event occurs once the main loop enters the idle 
state.]]
+      idle,exit @restart; [[Event occurs once the main loop exits the idle 
state.]]
+      idle @restart; /* FIXME: We need to make sure we can get it work. */
       /* TODO: All of the legacy ecore events. (Ecore.h header) */
    }
 }

-- 


Reply via email to