ecore: Check timers when not idling also

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61782
This commit is contained in:
Mike McCormack 2011-07-27 02:34:53 +00:00 committed by Mike McCormack
parent f614bbaad7
commit 1fe297b463
1 changed files with 3 additions and 0 deletions

View File

@ -492,6 +492,9 @@ _ecore_main_gsource_prepare(GSource *source __UNUSED__, gint *next_time)
if (!ecore_idling && !_ecore_glib_idle_enterer_called)
{
while (_ecore_timer_call(_ecore_time_loop_time));
_ecore_timer_cleanup();
_ecore_idle_enterer_call();
_ecore_throttle();
_ecore_glib_idle_enterer_called = FALSE;