AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.

This commit is contained in:
Michel Dänzer 2008-11-04 11:26:03 +01:00
parent de1a8b68eb
commit 27f1ad466c

View File

@ -103,7 +103,7 @@ struct __GLXDRIdrawable {
#ifdef __DRI_TEX_OFFSET
GLint texname;
__GLXDRIcontext *ctx;
unsigned long offset;
unsigned long long offset;
DamagePtr pDamage;
#endif
};