diff options
author | Brian <[email protected]> | 2007-05-21 21:48:33 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-05-21 21:48:33 -0600 |
commit | a01ee8ff0bdc9b80907f2fe48ebf1618ce2ded92 (patch) | |
tree | 4702f92d38c2c62c48ca8d0178b4f25d4ba71772 /src/mesa/main/texobj.h | |
parent | 3898e67f49b375bd0127fb2931468653cc29d5f9 (diff) |
improve some comments, clean-up formatting
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index ec7cf8cd86e..2a2bde36017 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -61,8 +61,11 @@ extern void _mesa_test_texobj_completeness( const GLcontext *ctx, struct gl_texture_object *obj ); -extern void _mesa_unlock_context_textures( GLcontext *ctx ); -extern void _mesa_lock_context_textures( GLcontext *ctx ); +extern void +_mesa_unlock_context_textures( GLcontext *ctx ); + +extern void +_mesa_lock_context_textures( GLcontext *ctx ); /*@}*/ |