From 00904480d5e4161e277b943e70341dd8b0667b30 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 1 Jul 2015 15:32:25 -0400 Subject: [PATCH] straggler ungrab of x11 parent window from previous commit --- src/bin/e_comp_x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 95b736a0f..0b18bb947 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -4197,8 +4197,8 @@ _e_comp_x_hook_client_del(void *d EINA_UNUSED, E_Client *ec) if ((!ec->already_unparented) && ec->comp_data->reparented) { _e_comp_x_focus_setdown(ec); - e_bindings_mouse_ungrab(E_BINDING_CONTEXT_WINDOW, e_client_util_pwin_get(ec)); - e_bindings_wheel_ungrab(E_BINDING_CONTEXT_WINDOW, e_client_util_pwin_get(ec)); + e_bindings_mouse_ungrab(E_BINDING_CONTEXT_WINDOW, e_client_util_win_get(ec)); + e_bindings_wheel_ungrab(E_BINDING_CONTEXT_WINDOW, e_client_util_win_get(ec)); if (!ec->comp_data->deleted) { if (stopping)