Mesa (master): mesa: rename params in prototype to match implementation

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 17 16:14:23 UTC 2010


Module: Mesa
Branch: master
Commit: c4922276831528ad2b25acf816ef3f3dfe3211b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4922276831528ad2b25acf816ef3f3dfe3211b7

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Mar 17 09:04:26 2010 -0600

mesa: rename params in prototype to match implementation

---

 src/mesa/main/image.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h
index 72717d6..9b34be0 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);
 




More information about the mesa-commit mailing list