mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 12:42:02 +00:00 
			
		
		
		
	 894b8b0c22
			
		
	
	894b8b0c22
	
	
	
		
			
			If the cursor was grabbed the window the cursor moves over when it is ungrabbed will recieve an EnterNotify event with the mode of NotifyUngrab, unfortunatly some window manages such as i3 will ignore this message and as such focus follows mouse will not function correctly. This patch injects a normal EnterNotify to work around this issue.