replace __inline and __inline__ with INLINE macro
[mesa.git] / src / mesa / drivers / dri / nouveau / nv04_state.c
index 25df3d2a6246c7063d0ebec5ca03004fc827ea2b..d3031aa5b197dc6eae48c9b90ff1618c32cc96da 100644 (file)
@@ -451,8 +451,8 @@ static GLboolean nv04InitCard(nouveauContextPtr nmesa)
 
 /* Update buffer offset/pitch/format */
 static GLboolean nv04BindBuffers(nouveauContextPtr nmesa, int num_color,
-               nouveau_renderbuffer **color,
-               nouveau_renderbuffer *depth)
+               nouveau_renderbuffer_t **color,
+               nouveau_renderbuffer_t *depth)
 {
        GLuint x, y, w, h;
        uint32_t depth_pitch=(depth?depth->pitch:0+15)&~15+16;