e_client: check buffer_flush during revert_focus 29/214329/2 accepted/tizen/unified/20190921.125429 submit/tizen/20190920.082324
authorJunseok, Kim <juns.kim@samsung.com>
Fri, 20 Sep 2019 08:20:22 +0000 (17:20 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 20 Sep 2019 08:23:21 +0000 (08:23 +0000)
commit185f5c1a8b52b2c48fdea36c46b9a91b2afcc43f
tree3d23c39b850fe9352fd06ac90c87d133728384b3
parent92f84362a43c0117132531655df88b13aa0e9328
e_client: check buffer_flush during revert_focus

there is bug that didn't send iconic_state_changed event to client.
if the client has buffer_flush off, that the client can uniconify
without send iconic_state_changed event in e_comp_intercept_focus.
this patch fix it with check buffer_flush before doing revert_focus.

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