projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc8e37f
)
replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITS
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 13 Jul 2000 17:45:13 +0000
(17:45 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 13 Jul 2000 17:45:13 +0000
(17:45 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index 8e9ce07bd57e48427b2f1758fa77e306fad2c6d5..f0c9810ba7879c802383f3574dd9050ac72d4bc0 100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-1,4
+1,4
@@
-/* $Id: gl.h,v 1.4
3 2000/05/24 15:04:01
brianp Exp $ */
+/* $Id: gl.h,v 1.4
4 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