Evas events: Propagate event flags between eo and legacy
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 31 May 2016 05:39:10 +0000 (14:39 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 31 May 2016 10:03:04 +0000 (19:03 +0900)
commit632ef372262c717b78778c8274f1f3fea917ed3e
treebecfeb217823ea582004cdca13b8cedae83939a2
parent68329593182257d2ba0523ae8b486314b0209771
Evas events: Propagate event flags between eo and legacy

If on_hold or on_scroll is set in an eo callback, the subsequent
calls to the legacy callbacks will also have this flag set.
Inversely the legacy callbacks should affect all subsequent eo
callbacks.

Note: those are just indicative flags.
src/lib/evas/canvas/efl_pointer_event.c
src/lib/evas/canvas/evas_callbacks.c
src/lib/evas/canvas/evas_events.c