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:
1459be2
)
e_comp_wl: Keep sending mouse move event for ISF, even if window stack changes
40/70640/1
accepted/tizen/common/20160520.171232
accepted/tizen/ivi/20160520.081558
accepted/tizen/mobile/20160520.081618
accepted/tizen/tv/20160520.081532
accepted/tizen/wearable/20160520.081523
submit/tizen/20160520.040554
author
Duna Oh
<duna.oh@samsung.com>
Fri, 20 May 2016 02:48:56 +0000
(11:48 +0900)
committer
Duna Oh
<duna.oh@samsung.com>
Fri, 20 May 2016 02:49:16 +0000
(11:49 +0900)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I34efd48493f3789a50b455c23ca3d4afe7acdace
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 7d5388ed7aac2a1e92b50d5cd60759d2453cbf63..2eb279621b09b6550af1bed6878915f54b1cc267 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-957,7
+957,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) 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)))