summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-10-26 13:18:08 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-10-31 12:11:23 -0400
commit16454431ca3eb2fd6193eeb691ff623a84648697 (patch)
treea3c1bf0e3b7a3a1151b3757af773c0f6a3a02bb5
parent68a3cee2af44492811cefc1bb3764b9b696b8340 (diff)
downloadenlightenment-16454431ca3eb2fd6193eeb691ff623a84648697.tar.gz
send wl pointer leave for deleted clients if viable
-rw-r--r--src/bin/e_comp_wl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index e199b739e7..93f26c5eac 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)