summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-07-13 17:45:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-07-13 17:45:13 +0000
commit4bb651306c322f7be075a863684c205d8319a362 (patch)
tree34a08262b050a5c8951ac54fa52d0a1a8e72f0d4 /include/GL/gl.h
parentcc8e37ffb393c892bbbf8850fef0e208c71d00f4 (diff)
replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITS
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 8e9ce07bd57..f0c9810ba78 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.43 2000/05/24 15:04:01 brianp Exp $ */
+/* $Id: gl.h,v 1.44 2000/07/13 17:45:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -851,7 +851,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_CLIENT_ALL_ATTRIB_BITS 0xFFFFFFFF
+#define GL_ALL_CLIENT_ATTRIB_BITS 0xFFFFFFFF