There was an unnecessary checking code for e_zone_visibility_calculate() before calling
e_focus_update() in e_comp_idler_before().
Because of this code, there was a bug that the e_focus_update() was unnecessarily called.
Change-Id: I4ed6d7da21e736bdb0acf37117ac7bb8b73ee4a6
if (check_focus ||
(e_client_focused_get() == NULL) ||
- (e_comp_visibility_calculation_get()) ||
(e_visibility_changed))
{
// FIXME: Only the default zone(screen) update the focus.