e - set vsync frame delay to 0.5 to be offset against other clients

This commit is contained in:
Carsten Haitzler 2021-02-01 13:09:36 +00:00
parent a92840b13f
commit 140b8af043
1 changed files with 3 additions and 0 deletions

View File

@ -5910,6 +5910,9 @@ e_comp_x_init(void)
return EINA_FALSE;
}
// delay the x vsync animator hook by 0.5 frames
ecore_x_vsync_animator_tick_delay_set(0.5);
if (e_comp->comp_type == E_PIXMAP_TYPE_X)
ecore_x_io_error_handler_set(_e_main_cb_x_fatal, NULL);