reapply wl surface focus during commit when necessary

This commit is contained in:
Mike Blumenkrantz 2015-03-04 15:36:23 -05:00
parent b069009a16
commit de17793fe3
1 changed files with 2 additions and 0 deletions

View File

@ -2697,6 +2697,8 @@ e_comp_wl_surface_commit(E_Client *ec)
}
}
}
if (ec->comp_data->focus_update)
_e_comp_wl_client_focus(ec);
return EINA_TRUE;
}