ensure that we aren't trying to lost window warp new windows

SVN revision: 79289
This commit is contained in:
Mike Blumenkrantz 2012-11-14 11:47:34 +00:00
parent 818881cc77
commit 62a83145f7
1 changed files with 1 additions and 1 deletions

View File

@ -3455,7 +3455,7 @@ e_border_idler_before(void)
bd->changes.visible = 0;
}
if (bd->zone &&
if (bd->zone && (!bd->new_client) &&
(!E_INSIDE(bd->x, bd->y, 0, 0, bd->zone->w, bd->zone->h)) &&
/* upper left */
(!E_INSIDE(bd->x, bd->y, 0 - bd->w + 5, 0 - bd->h + 5, bd->zone->w, bd->zone->h)) &&