don't set E_Client->want_focus for wl overrides with parents

all input for these goes to the xwl resource anyway, let parent get focus

ref 69c85fc1aa
This commit is contained in:
Mike Blumenkrantz 2017-07-07 16:26:32 -04:00
parent 4d92808e65
commit ac8a9fc2f0
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
if (first && (!ec->comp_data->cursor))
{
ec->take_focus = !starting || ec->internal_elm_win;
ec->want_focus = ec->override && !e_client_util_is_popup(ec);
ec->want_focus = ec->override && !e_client_util_is_popup(ec) && !ec->parent;
}
}