straggler ungrab of x11 parent window from previous commit
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 1 Jul 2015 19:32:25 +0000 (15:32 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 1 Jul 2015 19:32:25 +0000 (15:32 -0400)
src/bin/e_comp_x.c

index fb7a648..f9c473b 100644 (file)
@@ -4324,8 +4324,8 @@ _e_comp_x_hook_client_del(void *d EINA_UNUSED, E_Client *ec)
    if ((!ec->already_unparented) && cd && cd->reparented)
      {
         _e_comp_x_focus_setdown(ec);
-        e_bindings_mouse_ungrab(E_BINDING_CONTEXT_WINDOW, pwin);
-        e_bindings_wheel_ungrab(E_BINDING_CONTEXT_WINDOW, pwin);
+        e_bindings_mouse_ungrab(E_BINDING_CONTEXT_WINDOW, win);
+        e_bindings_wheel_ungrab(E_BINDING_CONTEXT_WINDOW, win);
         if (!cd->deleted)
           {
              if (stopping)