Xi: Remove dead Device{Enter,Leave}WindowMask
These were an unused remnant of earlier MPX work; their only users got
cleared out in dc153271, but the mask declarations remained.  Remove
them, and move DevicePropertyNotify's mask up to be contiguous with the
rest of the range.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
			
			
This commit is contained in:
		
							parent
							
								
									fadfc29470
								
							
						
					
					
						commit
						65011064d7
					
				| 
						 | 
					@ -148,10 +148,8 @@ const Mask ChangeDeviceNotifyMask = (1L << 16);
 | 
				
			||||||
const Mask DeviceButtonGrabMask = (1L << 17);
 | 
					const Mask DeviceButtonGrabMask = (1L << 17);
 | 
				
			||||||
const Mask DeviceOwnerGrabButtonMask = (1L << 17);
 | 
					const Mask DeviceOwnerGrabButtonMask = (1L << 17);
 | 
				
			||||||
const Mask DevicePresenceNotifyMask = (1L << 18);
 | 
					const Mask DevicePresenceNotifyMask = (1L << 18);
 | 
				
			||||||
const Mask DeviceEnterWindowMask = (1L << 18);
 | 
					const Mask DevicePropertyNotifyMask = (1L << 19);
 | 
				
			||||||
const Mask DeviceLeaveWindowMask = (1L << 19);
 | 
					const Mask XIAllMasks = (1L << 20) - 1;
 | 
				
			||||||
const Mask DevicePropertyNotifyMask = (1L << 20);
 | 
					 | 
				
			||||||
const Mask XIAllMasks = (1L << 21) - 1;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
int ExtEventIndex;
 | 
					int ExtEventIndex;
 | 
				
			||||||
Mask ExtExclusiveMasks[EMASKSIZE];
 | 
					Mask ExtExclusiveMasks[EMASKSIZE];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue