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:
0af3b55
)
e_xdg_shell_v6 : add log to check sending ping event
35/237735/4
author
minsu15.seo
<minsu15.seo@samsung.com>
Fri, 3 Jul 2020 06:18:57 +0000
(15:18 +0900)
committer
minsu15.seo
<minsu15.seo@samsung.com>
Mon, 6 Jul 2020 00:56:11 +0000
(09:56 +0900)
Change-Id: I91a0e836c3a7679e24dd334451535bf2d5c1323e
src/bin/e_xdg_shell_v6.c
patch
|
blob
|
history
diff --git
a/src/bin/e_xdg_shell_v6.c
b/src/bin/e_xdg_shell_v6.c
index 13e14ef6fc4374fc2affb2c3f074aab033831b0e..227fdbe4cf4e81f06610ead549cc3d15eaae755d 100644
(file)
--- a/
src/bin/e_xdg_shell_v6.c
+++ b/
src/bin/e_xdg_shell_v6.c
@@
-1776,6
+1776,7
@@
_e_xdg_shell_ping(E_Xdg_Shell *shell)
if (shell->ping_serial != 0)
return;
+ ELOGF("XDG6", "Ping. res:%p", NULL, shell->resource);
shell->ping_serial = wl_display_next_serial(e_comp_wl->wl.disp);
zxdg_shell_v6_send_ping(shell->resource, shell->ping_serial);
}
@@
-1862,7
+1863,7
@@
_e_xdg_shell_cb_pong(struct wl_client *client, struct wl_resource *resource, uin
E_Xdg_Surface *exsurf;
Eina_List *l;
-
LOG("Pong", NULL
);
+
ELOGF("XDG6", "Pong. res:%p", NULL, resource
);
shell = wl_resource_get_user_data(resource);
if (!shell)