discomfitor pushed a commit to branch master.

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

commit f39630fc8c230f2755761e0aa6990bf14864ed7e
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Feb 9 14:17:44 2015 -0500

    use unixtime instead of loop time for wl frame callback done
---
 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 275416d..6b2b92c 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -874,7 +874,7 @@ e_pixmap_image_draw(E_Pixmap *cp, const Eina_Rectangle *r)
              cd = (E_Comp_Wl_Client_Data*)cp->client->comp_data;
              EINA_LIST_FREE(cd->frames, cb)
                {
-                  wl_callback_send_done(cb, (ecore_loop_time_get() * 1000));
+                  wl_callback_send_done(cb, ecore_time_unix_get());
                   wl_resource_destroy(cb);
                }
           }

-- 


Reply via email to