diff options
author | Brian Paul <[email protected]> | 2006-03-29 18:41:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-29 18:41:19 +0000 |
commit | db79d2abacfc946e80ae3ca6a27953925ccf50b9 (patch) | |
tree | 6b3af74e7ca8f3490b2d8150c4ea20139836f634 /src/mesa/main/buffers.h | |
parent | c19de0b7f619e0e3677fc9b19bd63a4809e8b715 (diff) |
minor clean-up
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index 547fb28886e..77e9f81560e 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -74,8 +74,8 @@ _mesa_init_scissor(GLcontext *ctx); extern void _mesa_init_multisample(GLcontext *ctx); -extern void _mesa_set_scissor( GLcontext *ctx, - GLint x, GLint y, GLsizei width, GLsizei height ); - +extern void +_mesa_set_scissor(GLcontext *ctx, + GLint x, GLint y, GLsizei width, GLsizei height); #endif |