fix wayland frame callback times 26/240726/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 11 Aug 2020 12:09:02 +0000 (21:09 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Tue, 11 Aug 2020 12:09:02 +0000 (21:09 +0900)
commit609fdb00e101b9cfc1c13b4ef3e8fc2da1983184
tree0a9109890da4fdadfa9483364ed9762402798175
parentcab2c87ea0b6a0ac24785506644f9698130a015b
fix wayland frame callback times

ecore_time_unix_get() * 1000 is too big to fit in a uint32, so use
ecore_loop_time_get() * 1000.

Change-Id: I1db473a2bf292cce32850da6b1f51178a4ee5bd1
src/bin/e_comp_wl.c
src/bin/e_comp_wl_rsm.c
src/bin/e_pixmap.c