raster pushed a commit to branch enlightenment-0.24.

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

commit 61ebfffcd6b8439578e5b3bacfd9aac5e11be5ef
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu May 21 21:11:14 2020 +0100

    e wl - fix frame req timestamp to be the same as others
    
    no others subtrace the base... weston doesnt.. no input events cb's
    do... this is a mistake with what is a wrong timeline as a result. fix
    and use the same timeline as everyone else
    
    @fix
---
 src/bin/e_pixmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index 1e546d6e1..ea0542ba3 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -901,7 +901,7 @@ e_pixmap_image_clear(E_Pixmap *cp, Eina_Bool cache)
              cd->frames = NULL;
              EINA_LIST_FREE(free_list, cb)
                {
-                  double t = ecore_loop_time_get() - wayland_time_base;
+                  double t = ecore_loop_time_get();
                   wl_callback_send_done(cb, t * 1000);
                   wl_resource_destroy(cb);
                }

-- 


Reply via email to