projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e68b4
)
e_comp_wl_shell: add log for parent set
53/240153/2
author
Junseok, Kim
<juns.kim@samsung.com>
Tue, 4 Aug 2020 04:44:18 +0000
(13:44 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Tue, 4 Aug 2020 12:43:58 +0000
(21:43 +0900)
Change-Id: I64955936ccc4754371ec05e58ef81c9c88c8f9f4
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_comp_wl_shell.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl_shell.c
b/src/bin/e_comp_wl_shell.c
index a7438b5aea03edbf4aacc46a25bd3e8d951f0187..f2060d4246a2cf6a0c052986ed8a2a60df1ab2e2 100644
(file)
--- 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;