mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
mesa: rename params in prototype to match implementation
This commit is contained in:
parent
3828910d0e
commit
c492227683
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue