diff options
author | Brian Paul <[email protected]> | 2010-03-17 10:13:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-17 10:13:51 -0600 |
commit | ef92fe85de114cb50ca4b3070d0594aade54526c (patch) | |
tree | eb99edb4a122f87090cd53efd6e94620128f4d85 /src/mesa/main | |
parent | bf1974b37d6b92448b068dda8f8f4e9aab4dc537 (diff) | |
parent | 1bfc314596256b039df59f751d59dac82e3ceba1 (diff) |
Merge branch '7.8'
Conflicts:
src/mesa/state_tracker/st_cb_drawpixels.c
Diffstat (limited to 'src/mesa/main')
-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); |