ecore_wl2: add ecore_wl2_window_transient_parent_set API 06/261706/6
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 23 Jul 2021 03:52:45 +0000 (12:52 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 29 Jul 2021 10:15:02 +0000 (10:15 +0000)
commitc72543353a711b443a140c4ba393bf4b1dcd65e4
treedc47a72ca615f5e607c278d5039003ef6d9c6173
parent8d2390c7b484137957caeb0b8ce9f9b76aaf300f
ecore_wl2: add ecore_wl2_window_transient_parent_set API

This API makes relationship between windows as a child and a parent.
And the child window must set the place_below flag where it is placed.
If the place_below flag is true, then child window is placed UNDER the parent,
Otherwise, it is placed ON the parent.

@tizen_only

Change-Id: I19d834a14e2fa0376be9ecf356f713713e77366c
Signed-off-by: Doyoun Kang <doyoun.kang@samsung.com>
src/lib/ecore_wl2/Ecore_Wl2.h
src/lib/ecore_wl2/ecore_wl2_window.c