comp - stop playing with frametime as ... we are getting it wrong

also doesnt work with vsync on which is most of the time...
This commit is contained in:
Carsten Haitzler 2021-05-12 19:47:38 +01:00
parent 4c6248324b
commit aa10dede13
2 changed files with 0 additions and 2 deletions

View File

@ -1096,7 +1096,6 @@ _e_comp_screensaver_off(void *data EINA_UNUSED, int type EINA_UNUSED, void *even
E_Zone *zone;
E_Client *ec;
ecore_animator_frametime_set(ecore_frametime);
if (!e_comp->saver) return ECORE_CALLBACK_RENEW;
e_comp_override_del();
e_comp->saver = EINA_FALSE;

View File

@ -373,7 +373,6 @@ _e_comp_cb_zone_change(void *d EINA_UNUSED, int type, void *event)
static Eina_Bool
_e_comp_cb_screensaver_active_delay(void *data EINA_UNUSED)
{
ecore_animator_frametime_set(10.0);
if (!e_comp->nocomp)
ecore_evas_manual_render_set(e_comp->ee, EINA_TRUE);
timer_post_screensaver_on = NULL;