AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.
This commit is contained in:
		
							parent
							
								
									de1a8b68eb
								
							
						
					
					
						commit
						27f1ad466c
					
				| 
						 | 
				
			
			@ -103,7 +103,7 @@ struct __GLXDRIdrawable {
 | 
			
		|||
#ifdef __DRI_TEX_OFFSET
 | 
			
		||||
    GLint texname;
 | 
			
		||||
    __GLXDRIcontext *ctx;
 | 
			
		||||
    unsigned long offset;
 | 
			
		||||
    unsigned long long offset;
 | 
			
		||||
    DamagePtr pDamage;
 | 
			
		||||
#endif
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue