mesa: rename params in prototype to match implementation
authorBrian Paul <brianp@vmware.com>
Wed, 17 Mar 2010 15:04:26 +0000 (09:04 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 17 Mar 2010 15:04:26 +0000 (09:04 -0600)
src/mesa/main/image.h

index 72717d67873af490f8392d64672fc04aacde0e12..9b34be0dfaa529be7d6eed80b16f58a1df701ddb 100644 (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);