video_shell: Update stack order of E_Video_Viewport_Source 52/316752/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 27 Aug 2024 07:52:24 +0000 (16:52 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 27 Aug 2024 23:09:37 +0000 (08:09 +0900)
commit9dad3ba0cbe9cd704a44386e2f351e1ed6ab0666
tree3197e62dbc2c61e4627ef7ef890706ef2b5df4bd
parent61af23a28bc7ee4778a4fb93bac1493d17406e80
video_shell: Update stack order of E_Video_Viewport_Source

Since E_Video_Viewport_Source is not the instance created with
wl_subsurface, there may be no chance to update its stack order unlike
E_Subsurface which should be updated when parent surface gets committed
according to specification.
Therefore, E_Video_Viewport_Source should be restacked manually.

Change-Id: I7f430ee79603831221c6a5d33612bb0166a41d6c
src/bin/server/e_video_shell.c