Use unsigned long batchbuffer offset, fixes x64 warnings.

This commit is contained in:
Keith Whitwell 2006-10-13 11:19:38 +00:00
parent b236715769
commit e595ce79d6

View file

@ -46,7 +46,7 @@ struct intel_batchbuffer {
struct buffer *buffer;
GLuint flags;
GLuint offset;
unsigned long offset;
GLubyte *map;
GLubyte *ptr;