aewl

changeset 485:759c9d9a959d

applied Jukkas remark (dunno if this is correct though)
author arg@mmvi
date Fri, 22 Sep 2006 16:35:49 +0200
parents c035a0b42560
children 8d564b9e3cd4
files view.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/view.c	Fri Sep 22 15:39:38 2006 +0200
     1.2 +++ b/view.c	Fri Sep 22 16:35:49 2006 +0200
     1.3 @@ -112,12 +112,12 @@
     1.4  
     1.5  	for(i = 0, c = clients; c; c = c->next) {
     1.6  		if(isvisible(c)) {
     1.7 -			if(c->ismax)
     1.8 -				togglemax(c);
     1.9  			if(c->isfloat) {
    1.10  				resize(c, True, TopLeft);
    1.11  				continue;
    1.12  			}
    1.13 +			if(c->ismax)
    1.14 +				togglemax(c);
    1.15  			if(n == 1) {
    1.16  				c->x = sx;
    1.17  				c->y = sy + bh;