Rename GLvisual and __GLcontextModes to struct gl_config

This commit is contained in:
Kristian Høgsberg
2010-10-12 11:58:47 -04:00
parent 705e142dda
commit d3491e775f
99 changed files with 177 additions and 190 deletions

View File

@@ -323,7 +323,7 @@ xmesa_alloc_back_storage(GLcontext *ctx, struct gl_renderbuffer *rb,
struct xmesa_renderbuffer *
xmesa_new_renderbuffer(GLcontext *ctx, GLuint name, const GLvisual *visual,
xmesa_new_renderbuffer(GLcontext *ctx, GLuint name, const struct gl_config *visual,
GLboolean backBuffer)
{
struct xmesa_renderbuffer *xrb = CALLOC_STRUCT(xmesa_renderbuffer);