only check for frame input cutting if window is not borderless

This commit is contained in:
Mike Blumenkrantz 2013-08-30 11:00:55 +01:00
parent 6337da1ef9
commit a55c3b122e
1 changed files with 1 additions and 1 deletions

View File

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