right, multihead issue is not involved with growcol
This commit is contained in:
		
							parent
							
								
									25060031a5
								
							
						
					
					
						commit
						4633fbec61
					
				
							
								
								
									
										2
									
								
								view.c
								
								
								
								
							
							
						
						
									
										2
									
								
								view.c
								
								
								
								
							| 
						 | 
					@ -174,7 +174,7 @@ growcol(Arg *arg)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	Client *c = getnext(clients);
 | 
						Client *c = getnext(clients);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(!sel || !c || !getnext(c->next) || (arrange != dotile))
 | 
						if(!sel || !getnext(c->next) || (arrange != dotile))
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	if(sel == getnext(clients)) {
 | 
						if(sel == getnext(clients)) {
 | 
				
			||||||
		if(mw + arg->i > sw - 100)
 | 
							if(mw + arg->i > sw - 100)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue