diff options
author | Brian Paul <[email protected]> | 2010-03-17 09:04:26 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-17 09:04:26 -0600 |
commit | c4922276831528ad2b25acf816ef3f3dfe3211b7 (patch) | |
tree | e484b71361f42ac8867f910b50082ebe869d2c3c /src/mesa/main/image.h | |
parent | 3828910d0e51cd5fb7d4ebcde8bfc98a84b57b06 (diff) |
mesa: rename params in prototype to match implementation
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r-- | 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 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); |