From 22a9eec2f6e8a6e7456bab82d75dcc696a2df7ad Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Tue, 27 Jul 2021 16:03:46 +0900 Subject: [PATCH] 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 --- protocol/tizen/tizen-extension.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. - + -- 2.34.1