projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3828910
)
mesa: rename params in prototype to match implementation
author
Brian Paul
<brianp@vmware.com>
Wed, 17 Mar 2010 15:04:26 +0000
(09:04 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 17 Mar 2010 15:04:26 +0000
(09:04 -0600)
src/mesa/main/image.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/image.h
b/src/mesa/main/image.h
index 72717d67873af490f8392d64672fc04aacde0e12..9b34be0dfaa529be7d6eed80b16f58a1df701ddb 100644
(file)
--- 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 *dest
Y,
+ GLint *
srcX, GLint *src
Y,
GLsizei *width, GLsizei *height,
struct gl_pixelstore_attrib *pack);