ecore-wl2: Prevent duplicated mouse up events
authorChris Michael <cpmichael@osg.samsung.com>
Tue, 28 Jun 2016 13:01:38 +0000 (09:01 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Tue, 28 Jun 2016 13:01:38 +0000 (09:01 -0400)
commitdf65a16620fd5415bf0d8315d08729e6da738432
tree2a1e59ea9c97cdd43e179cb973a7bbfa8ac7f4d8
parent71fab4932578502c169a05350752bc5f85e47cca
ecore-wl2: Prevent duplicated mouse up events

If you touch downs and ups about all of fingers,
that is sufficient condition to call ecore_wl_input_ungrab().
And then one mouse up event is generated from that function.
So if you set a callback about ECORE_EVENT_MOUSE_BUTTON_UP,
you can watch two mouse up events are occurred.

This is a port of the patch for Ecore_Wayland library (deprecated) to
the newer Ecore_Wl2 library.

ref D4112

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/ecore_wl2/ecore_wl2_input.c