From: Tom Hacohen Date: Fri, 1 Aug 2014 05:38:40 +0000 (+0100) Subject: Ecore mainloop: add some more events. X-Git-Tag: upstream/1.11.0+317+g6c7e5b0~199^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=345f1fc7caa1f17ec7377693491ffd4f7ba86fac;p=platform%2Fupstream%2Fefl.git Ecore mainloop: add some more events. --- diff --git a/src/lib/ecore/ecore_mainloop.eo b/src/lib/ecore/ecore_mainloop.eo index bc38a54..5e5f4a8 100644 --- a/src/lib/ecore/ecore_mainloop.eo +++ b/src/lib/ecore/ecore_mainloop.eo @@ -31,4 +31,10 @@ class Ecore_Mainloop (Eo.Base) return Eina_Bool; } } + events { + idle,enter; + idle,exit; + idle; /* FIXME: We need to make sure we can get it work. */ + /* TODO: All of the legacy ecore events. (Ecore.h header) */ + } }