Rename GLvisual and __GLcontextModes to struct gl_config
[mesa.git] / src / mesa / drivers / dri / r300 / r300_context.h
index 99540e3354fd8dea5779bcc252402f1f4920e888..90933e0af6469adc86d885fb83203937971b4fc1 100644 (file)
@@ -544,7 +544,7 @@ struct r300_context {
 
 extern void r300DestroyContext(__DRIcontext * driContextPriv);
 extern GLboolean r300CreateContext(gl_api api,
-                                  const __GLcontextModes * glVisual,
+                                  const struct gl_config * glVisual,
                                   __DRIcontext * driContextPriv,
                                   void *sharedContextPrivate);