Revert window placement when low on space to e16.5 behavior (patch from Smoke <conrad@ceibhion.dhs.org>).

SVN revision: 8997
This commit is contained in:
Kim Woelders 2004-02-17 00:03:41 +00:00
parent 489e6cda3f
commit 78368734fc
1 changed files with 0 additions and 3 deletions

View File

@ -497,9 +497,6 @@ ArrangeRects(RectBox * fixed, int fixed_count, RectBox * floating,
spaces[num_spaces].y = yarray[y];
spaces[num_spaces].w = xarray[x1] - xarray[x];
spaces[num_spaces].h = yarray[y1] - yarray[y];
if (spaces[num_spaces].w < floating[leftover[i]].w ||
spaces[num_spaces].h < floating[leftover[i]].h)
fitswin = 0;
spaces[num_spaces].p = fitswin;
num_spaces++;
}