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:
283333a
)
Do not send mouse move event if ec is fully obscured and touch cancelled
author
Duna Oh
<duna.oh@samsung.com>
Mon, 30 May 2016 01:58:53 +0000
(10:58 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Mon, 30 May 2016 08:09:58 +0000
(17:09 +0900)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I827b79c7d8a566d747d426d435edcea16e1bf48c
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 b38792441f46f2c665815fb1b13eaebf95deb34c..291f70ec109e4ec9094229c9f34e496be523c2fd 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-963,7
+963,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->vkbd.vkbd
) return;
+ if (
(!need_send_motion) && (!need_send_released) && (ec->visibility.obscured == E_VISIBILITY_FULLY_OBSCURED)
) return;
if ((!e_comp_wl->drag_client) ||
(!e_client_has_xwindow(e_comp_wl->drag_client)))