Revert "e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses"

This reverts commit 231b780996.

despite appearances, this functionality isn't solely for efficiency, and as such I have no plans for it to be removed.
This commit is contained in:
Mike Blumenkrantz 2014-02-03 19:16:11 -05:00
parent 231b780996
commit 3067f600ee
2 changed files with 2 additions and 2 deletions

View File

@ -842,7 +842,7 @@ _e_comp_screensaver_off(void *data EINA_UNUSED, int type EINA_UNUSED, void *even
{
if (!c->saver) continue;
/* frozen in _e_comp_canvas_screensaver_active() */
// e_main_idler_thaw();
e_main_idler_thaw();
c->saver = EINA_FALSE;
if (!c->nocomp)
ecore_evas_manual_render_set(c->ee, EINA_FALSE);

View File

@ -91,7 +91,7 @@ _e_comp_canvas_screensaver_active(void *d EINA_UNUSED, Evas_Object *obj, const c
{
E_Comp *c;
/* thawed in _e_comp_screensaver_off() */
// e_main_idler_freeze();
e_main_idler_freeze();
ecore_animator_frametime_set(10.0);
c = e_comp_util_evas_object_comp_get(obj);
if (!c->nocomp)