projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee53079
)
use unixtime instead of loop time for wl frame callback done
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Mon, 9 Feb 2015 19:17:44 +0000
(14:17 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Mon, 9 Feb 2015 19:17:44 +0000
(14:17 -0500)
src/bin/e_pixmap.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pixmap.c
b/src/bin/e_pixmap.c
index 275416d700e038f853c8987c39408bc8f6f3a73e..6b2b92cd23de436349c7003c36b8a5989505e671 100644
(file)
--- 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);
}
}