summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/stencil.h
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-12-13 04:08:27 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>1999-12-13 04:08:27 +0000
commit945d18a5e2fb64d150c1a66faef63b3d1c77ede1 (patch)
tree2434ebd1457b97ef50b7eff9a79eb958b30ecab1 /src/mesa/main/stencil.h
parent19a2ebd02f2f897fa1735f0bfb2670acf185ab29 (diff)
downloadexternal_mesa3d-945d18a5e2fb64d150c1a66faef63b3d1c77ede1.zip
external_mesa3d-945d18a5e2fb64d150c1a66faef63b3d1c77ede1.tar.gz
external_mesa3d-945d18a5e2fb64d150c1a66faef63b3d1c77ede1.tar.bz2
Committing in .
Update for VMS only Modified Files: Mesa/src/stencil.h ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/stencil.h')
-rw-r--r--src/mesa/main/stencil.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h
index f1a9d74..860a477 100644
--- a/src/mesa/main/stencil.h
+++ b/src/mesa/main/stencil.h
@@ -1,4 +1,4 @@
-/* $Id: stencil.h,v 1.3 1999/12/10 16:15:04 brianp Exp $ */
+/* $Id: stencil.h,v 1.4 1999/12/13 04:08:27 joukj Exp $ */
/*
* Mesa 3-D graphics library
@@ -53,7 +53,9 @@ extern GLboolean
gl_stencil_and_depth_test_span( GLcontext *ctx, GLuint n, GLint x, GLint y,
const GLdepth z[], GLubyte mask[] );
-
+#ifdef VMS /* VMS allows externals of 31 characters maximum */
+#define gl_stencil_and_depth_test_pixels gl_stencil_and_depth_test_pixel
+#endif
extern GLboolean
gl_stencil_and_depth_test_pixels( GLcontext *ctx, GLuint n,
const GLint x[], const GLint y[],