temoporary limited maximize algorithm

SVN revision: 50207
This commit is contained in:
Andreas Volz 2010-07-12 22:12:02 +00:00
parent 0c558624cd
commit 31663d7051
1 changed files with 3 additions and 2 deletions

View File

@ -6466,8 +6466,9 @@ _e_border_eval(E_Border *bd)
/*
* Limit maximum size of windows to useful geometry
*/
// TODO: temoporary limited maximize algorithm
// ->
if (bd->w > zw)
/*if (bd->w > zw)
rw = zw;
else
rw = bd->w;
@ -6482,7 +6483,7 @@ _e_border_eval(E_Border *bd)
bd->w = rw;
bd->h = rh;
e_border_resize (bd, bd->w, bd->h);
}
}*/
// <-
if (bd->re_manage)