Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.

This commit is contained in:
Brian Paul
2003-12-04 03:19:46 +00:00
parent 03e29a5f77
commit b305028464
15 changed files with 191 additions and 160 deletions

View File

@@ -31,7 +31,7 @@
#include "mtypes.h"
#define F(x) (int)&(((struct gl_extensions *)0)->x)
#define F(x) (int)(unsigned long)&(((struct gl_extensions *)0)->x)
#define ON GL_TRUE
#define OFF GL_FALSE