(!2007) dix: unexport IsKeyboardDevice()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									9d11af1f8b
								
							
						
					
					
						commit
						b2670ee7a7
					
				| 
						 | 
				
			
			@ -446,4 +446,13 @@ DeviceIntPtr PickKeyboard(ClientPtr client)
 | 
			
		|||
Bool IsPointerDevice(DeviceIntPtr dev)
 | 
			
		||||
    _X_ATTRIBUTE_NONNULL_ARG(1);
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * @brief check whether input device is a keyboard
 | 
			
		||||
 *
 | 
			
		||||
 * @param dev   pointer to device structure
 | 
			
		||||
 * @return TRUE if dev is a keyboard device
 | 
			
		||||
 */
 | 
			
		||||
Bool IsKeyboardDevice(DeviceIntPtr dev)
 | 
			
		||||
    _X_ATTRIBUTE_NONNULL_ARG(1);
 | 
			
		||||
 | 
			
		||||
#endif /* _XSERVER_INPUT_PRIV_H */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -288,9 +288,6 @@ typedef struct {
 | 
			
		|||
    DeviceIntPtr device;
 | 
			
		||||
} DeviceEventInfoRec;
 | 
			
		||||
 | 
			
		||||
extern _X_EXPORT Bool
 | 
			
		||||
IsKeyboardDevice(DeviceIntPtr dev);
 | 
			
		||||
 | 
			
		||||
extern _X_EXPORT Bool
 | 
			
		||||
IsMaster(DeviceIntPtr dev);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue