projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27df1ec
)
don't use GLuint or GLvoid in function declaration
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jul 2004 16:32:37 +0000
(16:32 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jul 2004 16:32:37 +0000
(16:32 +0000)
docs/MESA_agp_offset.spec
patch
|
blob
|
history
diff --git
a/docs/MESA_agp_offset.spec
b/docs/MESA_agp_offset.spec
index abd48a46df398d83c84b07fe8afbc4cf76c241e4..8dcc72379cdccc6ef38fd28aeca6c9e04d4c6e43 100644
(file)
--- a/
docs/MESA_agp_offset.spec
+++ b/
docs/MESA_agp_offset.spec
@@
-48,7
+48,7
@@
Issues
New Procedures and Functions
-
GLuint glXGetAGPOffsetMESA( const GL
void *pointer )
+
unsigned int glXGetAGPOffsetMESA( const
void *pointer )
New Tokens
@@
-92,3
+92,4
@@
Revision History
20 September 2002 - Initial draft
2 October 2002 - finished GLX chapter 3 additions
+ 27 July 2004 - use unsigned int instead of GLuint, void instead of GLvoid