[g3dvl] start to cleanup the mess
[mesa.git] / src / gallium / auxiliary / pipebuffer / pb_buffer_malloc.c
index b706f429be5578f3613c2e1e3e364830e3f8d228..c2322eed19b3460a57160911560816ffec26fa87 100644 (file)
@@ -70,7 +70,8 @@ malloc_buffer_destroy(struct pb_buffer *buf)
 
 static void *
 malloc_buffer_map(struct pb_buffer *buf, 
-                  unsigned flags)
+                  unsigned flags,
+                 void *flush_ctx)
 {
    return malloc_buffer(buf)->data;
 }