do not shortcut wl surface commit unignore path for internal wins

this doesn't seem to do anything and therefor is not worthwhile
This commit is contained in:
Mike Blumenkrantz 2017-02-24 14:15:42 -05:00
parent b0cb4b38d6
commit 58f7d7e54e
1 changed files with 1 additions and 1 deletions

View File

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