applied Sanders zoom_update patch
This commit is contained in:
		
							
								
								
									
										2
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								client.c
									
									
									
									
									
								
							@@ -461,7 +461,7 @@ zoom(Arg *arg)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	Client *c;
 | 
						Client *c;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(!sel || (arrange != dotile) || sel->isfloat)
 | 
						if(!sel || (arrange != dotile) || sel->isfloat || sel->ismax)
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(sel == getnext(clients))  {
 | 
						if(sel == getnext(clients))  {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user