ecore-wl2: Don't send focus in/out events based on keyboard enter/leave
authorChris Michael <cp.michael@samsung.com>
Wed, 8 Feb 2017 16:51:21 +0000 (11:51 -0500)
committerChris Michael <cp.michael@samsung.com>
Wed, 8 Feb 2017 16:54:07 +0000 (11:54 -0500)
commit4b2188103d22b591a062c25c5154636bac727616
tree840c7dda6e57edd5a6070f667abb5650e37946ba
parent62a22fd401128affb4f9bdca6d6db35a90dd6e19
ecore-wl2: Don't send focus in/out events based on keyboard enter/leave

We should not be sending focus events based on keyboard behaviour, but
rather send them according to xdg shell activate status. This makes
our focus behaviour more "standards" compliant.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_input.c
src/lib/ecore_wl2/ecore_wl2_private.h
src/lib/ecore_wl2/ecore_wl2_window.c