mesa: rename params in prototype to match implementation

This commit is contained in:
Brian Paul 2010-03-17 09:04:26 -06:00
parent 3828910d0e
commit c492227683

View file

@ -303,7 +303,7 @@ _mesa_clip_drawpixels(const GLcontext *ctx,
extern GLboolean
_mesa_clip_readpixels(const GLcontext *ctx,
GLint *destX, GLint *destY,
GLint *srcX, GLint *srcY,
GLsizei *width, GLsizei *height,
struct gl_pixelstore_attrib *pack);