dix: Remove two _X_EXPORT defines from the function definition.
These two are defined _X_EXPORT in their declaration anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									9871f9be4e
								
							
						
					
					
						commit
						744cdc8977
					
				| 
						 | 
				
			
			@ -1134,7 +1134,7 @@ SetKeySymsMap(KeySymsPtr dst, KeySymsPtr src)
 | 
			
		|||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
_X_EXPORT Bool
 | 
			
		||||
Bool
 | 
			
		||||
InitButtonClassDeviceStruct(DeviceIntPtr dev, int numButtons, Atom* labels,
 | 
			
		||||
                            CARD8 *map)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			@ -1333,7 +1333,7 @@ InitFocusClassDeviceStruct(DeviceIntPtr dev)
 | 
			
		|||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
_X_EXPORT Bool
 | 
			
		||||
Bool
 | 
			
		||||
InitPtrFeedbackClassDeviceStruct(DeviceIntPtr dev, PtrCtrlProcPtr controlProc)
 | 
			
		||||
{
 | 
			
		||||
    PtrFeedbackPtr feedc;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue