simplify comp win geom update check to only look at flag

This commit is contained in:
Mike Blumenkrantz 2013-04-18 10:21:12 +01:00
parent c32fbb3ab4
commit c883ec1c25
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ _e_comp_win_update(E_Comp_Win *cw)
}
}
}
if (cw->geom_update || (cw->pw != pw) || (cw->ph != ph)) _e_comp_win_geometry_update(cw);
if (cw->geom_update) _e_comp_win_geometry_update(cw);
if ((cw->shobj) && (cw->obj))
{
if (pshaped != cw->shaped)