Changed visibility calculation 58/43358/1 accepted/tizen/mobile/20150709.001524 accepted/tizen/tv/20150709.001537 accepted/tizen/wearable/20150709.001549 submit/tizen/20150708.100717
authorMinJeong Kim <minjjj.kim@samsung.com>
Wed, 8 Jul 2015 09:28:04 +0000 (18:28 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Wed, 8 Jul 2015 09:28:04 +0000 (18:28 +0900)
commit6c8e48a7214fe5c8c09a5a34032a1e6258fe3f74
tree380e8f67b0c44cfd03041661e0e838bb779bc542
parente21ed834dac0ebb2242e513ef19da9d25b38be8f
Changed visibility calculation

Calculation of visibility before client evaluation might miss latest changes
of clients and cause focus policy conflict (between new window and top stack).
so the calculation is better to be executed after client evaluation
and some callbacks of evas event(restack, move, resize).

Change-Id: I3f618b9f0877697111741c1eeab3e1fc2941a0ea
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/bin/e_client.c
src/bin/e_client.h
src/bin/e_comp_object.c