replaced XSetBorder.../focus()
This commit is contained in:
		
							parent
							
								
									dee5ea2335
								
							
						
					
					
						commit
						ddc79603f9
					
				
							
								
								
									
										2
									
								
								event.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								event.c
									
									
									
									
									
								
							| @ -236,7 +236,7 @@ enternotify(XEvent *e) { | |||||||
| 		issel = True; | 		issel = True; | ||||||
| 		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); | 		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); | ||||||
| 		if(sel) | 		if(sel) | ||||||
| 			XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]); | 			focus(sel); | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Anselm R. Garbe
						Anselm R. Garbe