[Ecore] Modify the touch cancel event callback 29/155829/1
authorWonsik, Jung <sidein@samsung.com>
Mon, 16 Oct 2017 08:31:24 +0000 (17:31 +0900)
committerWonsik, Jung <sidein@samsung.com>
Mon, 16 Oct 2017 08:33:24 +0000 (17:33 +0900)
commit28ef86d0b70d58c8cde27f4e03e494c195208f72
tree76bf7a7a48d3c9e055f757c7a44bf01f501e4158
parent43893f66684004fcf65121b542b25d398d5f1837
[Ecore] Modify the touch cancel event callback

In Ecore touch cancel evnet callback function,
the function does not have correct x,y coordinates. Just have (0,0).
Because ecore_wl touch event does not have the information.
For that, I trying to fix ecore_wl touch event.
The related patch is "https://review.tizen.org/gerrit/#/c/152904/"
After that, touch event callback function will receive correct coordinates data.
This patch is for that.

Change-Id: I310beb344d29ee2a38f15dd0184a77ad372252be
adaptors/ecore/wayland/event-handler-ecore-wl.cpp