summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-05-21 21:48:33 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-05-21 21:48:33 -0600
commita01ee8ff0bdc9b80907f2fe48ebf1618ce2ded92 (patch)
tree4702f92d38c2c62c48ca8d0178b4f25d4ba71772 /src/mesa/main/texobj.h
parent3898e67f49b375bd0127fb2931468653cc29d5f9 (diff)
improve some comments, clean-up formatting
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r--src/mesa/main/texobj.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h
index ec7cf8cd86..2a2bde3601 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 );
/*@}*/