unignore wl clients on first commit regardless of buffer attachment

this allows for things to begin catching "new" clients as soon as possible
in the compositor
This commit is contained in:
Mike Blumenkrantz 2017-02-10 17:23:44 -05:00
parent 7c118eb272
commit d6052cbbfd
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
#endif
ec->comp_data->in_commit = 1;
if (state->new_attach && ec->ignored && (ec->comp_data->shell.surface || ec->internal_elm_win))
if (ec->ignored && (ec->comp_data->shell.surface || ec->internal_elm_win))
{
EC_CHANGED(ec);
ec->new_client = 1;