xfree86: Bump extension ABI version to 6.0
The video driver ABI was bumped to 11.0 in commit0de7cec907because of a change to the size of ATOM in commit51f353d0a0. This also affects extension modules, so the extension ABI version should have been bumped too. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									0caeef6146
								
							
						
					
					
						commit
						4ad271d06c
					
				| 
						 | 
				
			
			@ -84,7 +84,7 @@ typedef enum {
 | 
			
		|||
#define ABI_ANSIC_VERSION	SET_ABI_VERSION(0, 4)
 | 
			
		||||
#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(11, 0)
 | 
			
		||||
#define ABI_XINPUT_VERSION	SET_ABI_VERSION(13, 0)
 | 
			
		||||
#define ABI_EXTENSION_VERSION	SET_ABI_VERSION(5, 0)
 | 
			
		||||
#define ABI_EXTENSION_VERSION	SET_ABI_VERSION(6, 0)
 | 
			
		||||
#define ABI_FONT_VERSION	SET_ABI_VERSION(0, 6)
 | 
			
		||||
 | 
			
		||||
#define MODINFOSTRING1	0xef23fdc5
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue