add more borderless checks for shape cutting to catch weirdly-set borderless windows

ticket #onefang
This commit is contained in:
Mike Blumenkrantz 2013-12-01 11:58:58 -05:00
parent b3bc99d1b2
commit bcabf5fdd3
1 changed files with 1 additions and 1 deletions

View File

@ -3992,7 +3992,7 @@ _e_comp_shapes_update_comp_win_shape_comp_helper(E_Comp_Win *cw, Eina_Tiler *tb)
}
else
{
if (cw->bd && (!cw->bd->borderless))
if (cw->bd && (!cw->bd->borderless) && (!_e_comp_win_is_borderless(cw)))
{
if (cw->bd->client_inset.calc)
{