summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-14 21:37:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-14 21:37:43 +0000
commit03d6c4c2db21774a40c748f139e37e00b956b482 (patch)
treebc29df159fb65029d19d1eba4476a49bb24c7cee /include/GL/gl.h
parent2db44ffe9d591b0686755e2128ae9a6a1611f2a5 (diff)
define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and SI don't agree)
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index fc1fe5b99d..7ebee339ca 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.56 2001/05/29 15:44:06 brianp Exp $ */
+/* $Id: gl.h,v 1.57 2001/06/14 21:37:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -852,7 +852,7 @@ typedef double GLclampd; /* double precision float in [0,1] */
#define GL_CLIENT_PIXEL_STORE_BIT 0x00000001
#define GL_CLIENT_VERTEX_ARRAY_BIT 0x00000002
#define GL_ALL_CLIENT_ATTRIB_BITS 0xFFFFFFFF
-
+#define GL_CLIENT_ALL_ATTRIB_BITS 0xFFFFFFFF