<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h<br>index 7b67a75..313e435 100644<br>--- a/src/gallium/drivers/nv50/nv50_context.h<br>+++ b/src/gallium/drivers/nv50/nv50_context.h<br> -184,8 +184,8 @@ extern boolean nv50_draw_elements(struct pipe_context *pipe,<br> extern void nv50_vbo_validate(struct nv50_context *nv50);<br> <br> /* nv50_clear.c */<br>-extern void nv50_clear(struct pipe_context *pipe, unsigned buffers,<br>-               const float *rgba, double depth, unsigned stencil);<br>+extern void nv50_clear(struct pipe_context *pipe, struct pipe_surface *ps,<br>+               unsigned clearValue);<br> <br> /* nv50_program.c */<br> extern void
 nv50_vertprog_validate(struct nv50_context *nv50);<br></td></tr></table><br>