reducing focus calls (sanders patch)
This commit is contained in:
		
							parent
							
								
									26157e6973
								
							
						
					
					
						commit
						d39d00057c
					
				
					 1 changed files with 4 additions and 6 deletions
				
			
		
							
								
								
									
										10
									
								
								view.c
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								view.c
									
										
									
									
									
								
							|  | @ -68,9 +68,8 @@ dofloat(Arg *arg) | ||||||
| 		else | 		else | ||||||
| 			ban(c); | 			ban(c); | ||||||
| 	} | 	} | ||||||
| 	if(!(fc = sel) || !isvisible(fc)) | 	if(!sel || !isvisible(sel)) | ||||||
| 		fc = getnext(clients); | 		focus(getnext(clients)); | ||||||
| 	focus(fc); |  | ||||||
| 	restack(); | 	restack(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -131,9 +130,8 @@ dotile(Arg *arg) | ||||||
| 		else | 		else | ||||||
| 			ban(c); | 			ban(c); | ||||||
| 	} | 	} | ||||||
| 	if(!(fc = sel) || !isvisible(fc)) | 	if(!sel || !isvisible(sel)) | ||||||
| 		fc = getnext(clients); | 		focus(getnext(clients)); | ||||||
| 	focus(fc); |  | ||||||
| 	restack(); | 	restack(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anselm R. Garbe
						Anselm R. Garbe