rotation: added code to reset fg_ec when it is deleted. 69/93369/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 24 Oct 2016 04:02:45 +0000 (13:02 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 24 Oct 2016 04:09:29 +0000 (13:09 +0900)
commitd8e8408ba6b3b110e284bf4518b4919d40321c66
tree9fe00f4192240f190dd667809c149cd79849c160
parentf4d1af854579bbb881a3653144b1261d12638c04
rotation: added code to reset fg_ec when it is deleted.

There was a bug that the window was not rotated when its transient_for child window was deleted.
In this case, the fg_ec was not updated because the parent window had been shown state already.
So, the fg_ec was maintained to the deleted child window.
For this reason, the parent window was not added to the rotation update list.

Change-Id: Id1cf38fab82de795201064cbb96438d015529800
src/rotation/e_mod_rotation_wl.c