discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=48ee824c636212200de644862a7a7f8691c7070a

commit 48ee824c636212200de644862a7a7f8691c7070a
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jun 1 13:06:27 2016 -0400

    only block mouse-out callback for wl action clients if the mouse is grabbed
---
 src/bin/e_comp_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index d58e1e2..13c715d 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -178,7 +178,7 @@ _e_comp_wl_evas_cb_mouse_out(void *data, Evas *evas 
EINA_UNUSED, Evas_Object *ob
    uint32_t serial;
 
    if (!(ec = data)) return;
-   if (ec->cur_mouse_action) return;
+   if (ec->cur_mouse_action && e_grabinput_mouse_win_get()) return;
    /* FIXME? this is a hack to just reset the cursor whenever we mouse out. 
not sure if accurate */
    {
       Evas_Object *o;

-- 


Reply via email to