applied Jukkas remark (dunno if this is correct though)
This commit is contained in:
		
							
								
								
									
										4
									
								
								view.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								view.c
									
									
									
									
									
								
							@@ -112,12 +112,12 @@ dotile(Arg *arg) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	for(i = 0, c = clients; c; c = c->next) {
 | 
						for(i = 0, c = clients; c; c = c->next) {
 | 
				
			||||||
		if(isvisible(c)) {
 | 
							if(isvisible(c)) {
 | 
				
			||||||
			if(c->ismax)
 | 
					 | 
				
			||||||
				togglemax(c);
 | 
					 | 
				
			||||||
			if(c->isfloat) {
 | 
								if(c->isfloat) {
 | 
				
			||||||
				resize(c, True, TopLeft);
 | 
									resize(c, True, TopLeft);
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								if(c->ismax)
 | 
				
			||||||
 | 
									togglemax(c);
 | 
				
			||||||
			if(n == 1) {
 | 
								if(n == 1) {
 | 
				
			||||||
				c->x = sx;
 | 
									c->x = sx;
 | 
				
			||||||
				c->y = sy + bh;
 | 
									c->y = sy + bh;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user