mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-30 19:44:17 +00:00 
			
		
		
		
	don't unfocus when mouse leaves a window
This commit is contained in:
		
							parent
							
								
									7f95c7736e
								
							
						
					
					
						commit
						d34bf87dba
					
				
							
								
								
									
										2
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
									
									
									
									
								
							| @ -738,7 +738,7 @@ pointerfocus(Client *c, struct wlr_surface *surface, double sx, double sy) | |||||||
| 		wlr_seat_pointer_notify_enter(seat, surface, sx, sy); | 		wlr_seat_pointer_notify_enter(seat, surface, sx, sy); | ||||||
| 
 | 
 | ||||||
| 	/* If keyboard focus follows mouse, enforce that */ | 	/* If keyboard focus follows mouse, enforce that */ | ||||||
| 	if (sloppyfocus) | 	if (sloppyfocus && c) | ||||||
| 		keyboardfocus(c, surface); | 		keyboardfocus(c, surface); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Devin J. Pohly
						Devin J. Pohly