modify check condition before calling e_client_post_raise_lower_set 89/183189/1 accepted/tizen/4.0/unified/20180703.101217 submit/tizen_4.0/20180703.081422
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 2 Jul 2018 07:59:42 +0000 (16:59 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 3 Jul 2018 07:42:46 +0000 (16:42 +0900)
commitd96a55e7988886b59ae0af768409231215143646
treea2aa9c6504aae4a8ed680aba82437c44292c251b
parent6659682ff4f888eec78a330f03d4b0c1fef5528c
modify check condition before calling e_client_post_raise_lower_set

There was a bug that the lower operation of unmapped window was not work if the window ever mapped.
So, we replaced code to "!ec->comp_data->mapped" from "!ec->first_mapped" before calling
e_client_post_raise_lower_set.

Change-Id: I96e1ac9a5fdfe5e15cf272290e4c8f7981c89bd1
src/bin/e_client.c
src/bin/e_policy_wl.c
src/modules/wl_desktop_shell/e_mod_main.c