e_comp_wl: send touch cancel event when touch is pressed before map apply 21/217821/3
authorjeon <jhyuni.kang@samsung.com>
Tue, 18 Dec 2018 08:11:26 +0000 (17:11 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 20 Nov 2019 10:32:37 +0000 (10:32 +0000)
commitb96044744924b1fb9d03a7f9d2ae750d1286a078
tree9b699569742416d58601e55ec8888a99671dbbbf
parent88be8ccbc28e00b5c60b919d862863b6d75a192f
e_comp_wl: send touch cancel event when touch is pressed before map apply

evas_object which is received touch event is changed when map is applied.
(frame -> map_input_obj)
but if touch is pressed, evas can't change evas_object which is recevied
touch event. so need touch cancel event.

Change-Id: Ic2e023e7dd4a8213a4a0333893377a05eab2cf09
src/bin/e_comp_wl.c