bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ac1812a1f9915f4a8545e5db529bb8003ffdeaa
commit 3ac1812a1f9915f4a8545e5db529bb8003ffdeaa Merge: 402abca 3bc2793 Author: Bruno Dilly <[email protected]> Date: Tue Nov 1 16:07:05 2016 -0200 Merge branch 'devs/bdilly/ecore_evas_wayland' This series adds multiseat support to wayland engine. Evas devices are created for seats (parent), keyboard, mouses and touch input devices. This way an application would be able to differentiate between source seat of input events. Reviewed By: devilhorns, ManMower, iscaro Differential Revision: https://phab.enlightenment.org/D4370 @feature src/examples/ecore/.gitignore | 1 + src/examples/ecore/Makefile.am | 6 + .../ecore/ecore_evas_wayland_multiseat_example.c | 242 +++++++++++++++++ src/lib/ecore_wl2/Ecore_Wl2.h | 34 +++ src/lib/ecore_wl2/ecore_wl2.c | 12 + src/lib/ecore_wl2/ecore_wl2_input.c | 216 +++++++++++++++- src/lib/ecore_wl2/ecore_wl2_private.h | 6 + src/lib/ecore_wl2/ecore_wl2_window.c | 13 +- src/lib/evas/Evas_Common.h | 2 +- .../engines/wayland/ecore_evas_wayland_common.c | 286 ++++++++++++++++++++- .../engines/wayland/ecore_evas_wayland_private.h | 2 +- 11 files changed, 795 insertions(+), 25 deletions(-) --
