Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / mesa / drivers / dri / common / dri_util.h
index 9fc797b66669085f8fe373953537d5402e23a3f8..ffffb99b30147802bdf20320dcbbf0fff08690d2 100644 (file)
@@ -148,7 +148,7 @@ struct __DriverAPIRec {
      * Context creation callback
      */                    
     GLboolean (*CreateContext)(gl_api api,
-                              const __GLcontextModes *glVis,
+                              const struct gl_config *glVis,
                               __DRIcontext *driContextPriv,
                                void *sharedContextPrivate);
 
@@ -162,7 +162,7 @@ struct __DriverAPIRec {
      */
     GLboolean (*CreateBuffer)(__DRIscreen *driScrnPriv,
                               __DRIdrawable *driDrawPriv,
-                              const __GLcontextModes *glVis,
+                              const struct gl_config *glVis,
                               GLboolean pixmapBuffer);
     
     /**