Busticated by this commit:

commit 5cdc9988d84f57e8cd548e9916ff03d84e6b4c5d
Author: raster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Date:   Sat May 14 03:26:28 2011 +0000

    optimization: don't need to get loop time so often in ecore main loop.


diff --git a/trunk/ecore/src/lib/ecore/ecore_main.c 
b/trunk/ecore/src/lib/ecore/ecore_main.c
index fbf9698..fd8c180 100644
--- a/trunk/ecore/src/lib/ecore/ecore_main.c
+++ b/trunk/ecore/src/lib/ecore/ecore_main.c
@@ -479,6 +479,7 @@ _ecore_main_gsource_check(GSource *source)
    ecore_fds_ready = (_ecore_main_fdh_poll_mark_active() > 0);
    _ecore_main_fd_handlers_cleanup();
 
+   _ecore_time_loop_time = ecore_time_get();
    _ecore_timer_enable_new();
 
    in_main_loop--;

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to