New approach to motion event handling
This commit is contained in:
		 Alexander Larsson
					Alexander Larsson
				
			
				
					committed by
					
						 Alexander Larsson
						Alexander Larsson
					
				
			
			
				
	
			
			
			 Alexander Larsson
						Alexander Larsson
					
				
			
						parent
						
							afc81c9e64
						
					
				
				
					commit
					b771c9924d
				
			| @ -987,7 +987,7 @@ gdk_event_translate (GdkDisplay *display, | ||||
| 	  display_x11->keyboard_xgrab_window != NULL && | ||||
| 	  ( | ||||
| 	   /* The window is not a descendant of the grabbed window */ | ||||
| 	   !is_parent_of (display_x11->keyboard_xgrab_window, window) || | ||||
| 	   !is_parent_of ((GdkWindow *)display_x11->keyboard_xgrab_window, window) || | ||||
| 	   /* Or owner event is false */ | ||||
| 	   !display_x11->keyboard_xgrab_owner_events | ||||
| 	   ) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user