e_client: fix focus issue
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 26 Oct 2017 02:03:05 +0000 (11:03 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 1 Nov 2017 01:30:40 +0000 (10:30 +0900)
commit36454b5973d7081014b416413b7ad47784a8a5a5
treeedd437f5407f3002d86ada37af6bdfb2e9a18f56
parent50b4afaa2b863f3f03562e0389468ceac160ae5c
e_client: fix focus issue

There was a side effect on below patch. This patch fix it.
---------------------------------------
    e_client: fixed focus issue

    There was a bug that the focus is set to the top window when user touches the below window.
    in this case (user touches the window), touched window should be get the focus.
    This patch can resolve this issue.

    Change-Id: I090a1ed27b3f20081e4f69fc2a8f5461f6c7ff0d
----------------------------------------

Change-Id: I28840969f94595b8545b6ef36548fc0f7afe5798
src/bin/e_client.c