mesa: rename params in prototype to match implementation
[mesa.git] / 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);