e_comp_wl: check if cursor timer is not NULL when gets mouse_in 41/92541/7
authorDuna Oh <duna.oh@samsung.com>
Mon, 17 Oct 2016 09:02:08 +0000 (18:02 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 2 Nov 2016 02:13:37 +0000 (19:13 -0700)
commit7356cc2ae0ffc1426da864a9842c855e190079d7
tree8a956a1566d3d81b03ca36975776ce3acc8d6037
parentd8197385cd7598dffc63ea2fa9dba4e820a111e0
e_comp_wl: check if cursor timer is not NULL when gets mouse_in

When gets mouse_out, we calls e_pointer_object_set() for resetting cursor.
It hides cursor, not by cursor hide timer.
We gets mouse_in after mouse_out. We need to check cursor timer and send wl_pointer.enter event.

Change-Id: Ia9102a60517f23e6b46fe623374bb2669552b18d
Signed-off-by: Duna Oh <duna.oh@samsung.com>
src/bin/e_comp_wl.c