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:
bf87ed2
)
e_comp_wl: do not send touch cancel events if ec is keyboard sub
34/237134/1
accepted/tizen/unified/20200626.133435
submit/tizen/20200625.115030
author
jeon
<jhyuni.kang@samsung.com>
Thu, 25 Jun 2020 08:16:08 +0000
(17:16 +0900)
committer
JeongHyun Kang
<jhyuni.kang@samsung.com>
Thu, 25 Jun 2020 08:12:59 +0000
(08:12 +0000)
Change-Id: I00def8d821a0cd65b4c238a147e31b48468f92f8
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 6dfe9942dfa1fb1ec165bb60e78042ea641310d7..7bc4a03fcc4c224c21dd7a05b911284ffc1752cc 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2588,7
+2588,7
@@
_e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
if (ec->comp_data->scaler.buffer_viewport.changed)
{
- if (e_comp_wl->touch.pressed)
+ if (e_comp_wl->touch.pressed
&& !e_policy_client_is_keyboard_sub(ec)
)
e_comp_wl_touch_cancel();
e_comp_wl_map_apply(ec);