From 91b3f2e0e1d14e8d6c11283439c5fa3403dff029 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 5 Feb 2014 08:15:27 +0900 Subject: [PATCH] Revert "Revert "e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses"" This reverts commit 3067f600eeb1f2ad9b21e02e20e763166fed15bf. 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. --- src/bin/e_comp.c | 2 +- src/bin/e_comp_canvas.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 230524aee..368dbd15f 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -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); diff --git a/src/bin/e_comp_canvas.c b/src/bin/e_comp_canvas.c index c8eac04cb..363c660bf 100644 --- a/src/bin/e_comp_canvas.c +++ b/src/bin/e_comp_canvas.c @@ -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)