From: Doyoun Kang Date: Tue, 27 Jul 2021 07:03:46 +0000 (+0900) Subject: tizen_policy: allow null for parent parameter in set_parent_with_below X-Git-Tag: submit/tizen/20210727.074713~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22a9eec2f6e8a6e7456bab82d75dcc696a2df7ad;p=platform%2Fcore%2Fuifw%2Fwayland-extension.git tizen_policy: allow null for parent parameter in set_parent_with_below If parent parameter is null, then child removes the parent-child relationship. Change-Id: I542f7a3053ccda53dfd8ccc019f42262b32ed861 --- diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index 5dbc7ed..0b5957a 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -371,9 +371,10 @@ This makes a relationship between parent and child. A child is always placed under a parent. + Setting a null parent for a child window removes any parent-child relationship for the child. - +