From c19e9707d7f4d57e0f7376ee2ebc3b6d3fd7af4c Mon Sep 17 00:00:00 2001 From: "Junseok, Kim" Date: Tue, 4 Aug 2020 13:44:18 +0900 Subject: [PATCH] e_comp_wl_shell: add log for parent set Change-Id: I64955936ccc4754371ec05e58ef81c9c88c8f9f4 Signed-off-by: Junseok, Kim --- src/bin/e_comp_wl_shell.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_comp_wl_shell.c b/src/bin/e_comp_wl_shell.c index a7438b5aea..f2060d4246 100644 --- a/src/bin/e_comp_wl_shell.c +++ b/src/bin/e_comp_wl_shell.c @@ -159,6 +159,9 @@ e_shell_e_client_parent_set(E_Client *ec, struct wl_resource *parent_resource) EINA_SAFETY_ON_NULL_RETURN(ec); + ELOGF("SHELL", "Parent Set. parent_ec:%p, child_ec:%p, prev_parent_ec: %p", + ec, parent_resource? wl_resource_get_user_data(parent_resource) : NULL, ec, ec->parent); + if (!parent_resource) { ec->icccm.fetch.transient_for = EINA_FALSE; -- 2.34.1