dix: when getting a bogus event, at least print out the type.
This commit is contained in:
		
							parent
							
								
									3a058456e0
								
							
						
					
					
						commit
						d86e7f2ecc
					
				| 
						 | 
				
			
			@ -4008,7 +4008,7 @@ ProcessPointerEvent (xEvent *xE, DeviceIntPtr mouse, int count)
 | 
			
		|||
		deactivateGrab = TRUE;
 | 
			
		||||
	    break;
 | 
			
		||||
	default:
 | 
			
		||||
	    FatalError("bogus pointer event from ddx");
 | 
			
		||||
	    FatalError("bogus pointer event from ddx. Type %d\n", xE->u.u.type);
 | 
			
		||||
	}
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue