Rename GLvisual and __GLcontextModes to struct gl_config
[mesa.git] / src / mesa / drivers / dri / i810 / i810span.c
index 6576f6745eac0ad9e6e338171779b71498325054..b4cae4e4e04c97ef7b1535617d655d1cfa017e0c 100644 (file)
@@ -109,7 +109,7 @@ void i810InitSpanFuncs( GLcontext *ctx )
  * Plug in the Get/Put routines for the given driRenderbuffer.
  */
 void
-i810SetSpanFunctions(driRenderbuffer *drb, const GLvisual *vis)
+i810SetSpanFunctions(driRenderbuffer *drb, const struct gl_config *vis)
 {
    if (drb->Base.InternalFormat == GL_RGBA) {
       /* always 565 RGB */