discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9c8fe08c4ffee74825f090ea640b7dce01b204fa

commit 9c8fe08c4ffee74825f090ea640b7dce01b204fa
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 1 13:10:26 2016 -0400

    elm_win: force wl cursor set on every mouse-in
    
    handle the case where the mouse-in is not over a resize edge more 
effectively
    
    @fix
---
 src/lib/elementary/elm_win.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/elementary/elm_win.c b/src/lib/elementary/elm_win.c
index 8c22ecf..bcd4305 100644
--- a/src/lib/elementary/elm_win.c
+++ b/src/lib/elementary/elm_win.c
@@ -880,6 +880,10 @@ _elm_win_mouse_in(Ecore_Evas *ee)
    if (!sd) return;
 
    if (sd->resizing) sd->resizing = EINA_FALSE;
+#ifdef HAVE_ELEMENTARY_WL2
+   if (sd->wl.win)
+     ecore_wl2_window_cursor_from_name_set(sd->wl.win, NULL);
+#endif
 }
 
 static void

-- 


Reply via email to