trivial use local window variable instead of helper function

This commit is contained in:
Mike Blumenkrantz 2014-01-23 11:48:18 -05:00
parent 525a342b2e
commit 40a3950855
1 changed files with 1 additions and 1 deletions

View File

@ -4109,7 +4109,7 @@ _e_comp_x_hook_client_del(void *d EINA_UNUSED, E_Client *ec)
win = e_client_util_win_get(ec);
if ((!stopping) && (!ec->comp_data->deleted))
ecore_x_window_prop_card32_set(e_client_util_win_get(ec), E_ATOM_MANAGED, &visible, 1);
ecore_x_window_prop_card32_set(win, E_ATOM_MANAGED, &visible, 1);
if ((!ec->already_unparented) && ec->comp_data->reparented)
{
e_bindings_mouse_ungrab(E_BINDING_CONTEXT_WINDOW, e_client_util_pwin_get(ec));