raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e6b544a7efc227f9991862a39785ae5d06e741e2

commit e6b544a7efc227f9991862a39785ae5d06e741e2
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun May 16 15:29:01 2021 +0100

    e comp and actually 0.5 delay is .. better...
    
    debug just was noisy .. but more now
---
 src/bin/e_comp_x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 7e42bfbaa..69dc1d333 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -6009,7 +6009,7 @@ e_comp_x_init(void)
      }
 
    // delay the x vsync animator hook by 0.5 frames
-//   ecore_x_vsync_animator_tick_delay_set(0.5);
+   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);

-- 


Reply via email to