summaryrefslogtreecommitdiff
path: root/src/mesa/main/stencil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/stencil.h')
-rw-r--r--src/mesa/main/stencil.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h
index ec2927cfd2..27c6362023 100644
--- a/src/mesa/main/stencil.h
+++ b/src/mesa/main/stencil.h
@@ -5,7 +5,7 @@
/*
* Mesa 3-D graphics library
- * Version: 6.3
+ * Version: 6.5
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
@@ -67,6 +67,10 @@ extern void GLAPIENTRY
_mesa_StencilMaskSeparate(GLenum face, GLuint mask);
+extern void
+_mesa_update_stencil(GLcontext *ctx);
+
+
extern void
_mesa_init_stencil( GLcontext * ctx );