From: Brian Paul Date: Wed, 17 Mar 2010 15:04:26 +0000 (-0600) Subject: mesa: rename params in prototype to match implementation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4922276831528ad2b25acf816ef3f3dfe3211b7;p=mesa.git mesa: rename params in prototype to match implementation --- diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 72717d67873..9b34be0dfaa 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -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);