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:
86fdf72
)
Revert "Do not send mouse move event if ec is fully obscured and touch cancelled"
34/72334/1
accepted/tizen/common/20160531.143639
accepted/tizen/ivi/20160531.123351
accepted/tizen/mobile/20160531.123232
accepted/tizen/tv/20160531.123256
accepted/tizen/wearable/20160531.123322
submit/tizen/20160531.115504
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 31 May 2016 11:51:09 +0000
(20:51 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 31 May 2016 11:51:53 +0000
(20:51 +0900)
This reverts commit
8885b80d88a6ea20ac367b60f16f4c3a3608135b
.
Change-Id: I5bbac380cecbd0cc194b748ac27a1474401770c4
Signed-off-by: Gwanglim Lee <gl77.lee@samsung.com>
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 784f736d8fcdd944708bf3886419ede199a844a0..55d8e36d46749254452a2e463a87a63a7a76d463 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-966,7
+966,7
@@
_e_comp_wl_evas_cb_mouse_move(void *data, Evas *evas EINA_UNUSED, Evas_Object *o
if (ec->ignored) return;
if (!ec->comp_data->surface) return;
- if (
(!need_send_motion) && (!need_send_released) && (ec->visibility.obscured == E_VISIBILITY_FULLY_OBSCURED)
) return;
+ if (
!need_send_motion && !need_send_released && !ec->vkbd.vkbd
) return;
if ((!e_comp_wl->drag_client) ||
(!e_client_has_xwindow(e_comp_wl->drag_client)))