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

This reverts commit 3067f600ee.

revert wars! - i keep hitting problems - the one i still see is that i
come back to a machine that has blanked for a while - i launch some
app (terminology, sylpheed, chromium - doesn't matter) and no window
appears. psorcess is running. no matter how many times i launch it ...
no new process appears. this is a major bug. stopping the idler is an
optimization not a necessity.
This commit is contained in:
Carsten Haitzler 2014-02-05 08:15:27 +09:00
parent 4e8b14a245
commit 91b3f2e0e1
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)