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:
b2a630e
)
e_comp_wl: send key events to E_client's wayland client
38/186538/3
accepted/tizen/unified/20180813.061425
submit/tizen/20180810.062205
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Fri, 10 Aug 2018 06:40:56 +0000
(15:40 +0900)
committer
JeongHyun Kang
<jhyuni.kang@samsung.com>
Fri, 10 Aug 2018 06:41:25 +0000
(06:41 +0000)
Change-Id: Ieccb7fb8a3bdb69ff99e2a41c35881513d4a0192
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index cbcc28b10585d3a71f7f5a08d6e3fac8955bcd6c..493f874b075fa863c4fa5ffa9cc7c18be6b5d3ab 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-5434,7
+5434,7
@@
_e_comp_wl_key_send(Ecore_Event_Key *ev, enum wl_keyboard_key_state state, Eina_
if (wl_resource_get_client(res) != wc) continue;
TRACE_INPUT_BEGIN(_e_comp_wl_key_send);
- _e_comp_wl_send_event_device(
ev->data
, ev->timestamp, ev->dev, serial);
+ _e_comp_wl_send_event_device(
wc
, ev->timestamp, ev->dev, serial);
if (comp_conf && comp_conf->input_log_enable)
INF("[Server] Key %s (time: %d)\n", (state ? "Down" : "Up"), ev->timestamp);