discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=16454431ca3eb2fd6193eeb691ff623a84648697

commit 16454431ca3eb2fd6193eeb691ff623a84648697
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Oct 26 13:18:08 2017 -0400

    send wl pointer leave for deleted clients if viable
---
 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 e199b739e..93f26c5ea 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -265,7 +265,7 @@ _e_comp_wl_mouse_out(E_Client *ec)
    }
    if (e_comp_wl->ptr.ec == ec)
      e_comp_wl->ptr.ec = NULL;
-   if (e_object_is_del(E_OBJECT(ec))) return;
+   if (!ec->comp_data) return;
 
    if (!ec->comp_data->surface) return;
    if (e_comp_wl->drag)

-- 


Reply via email to