don't use GLuint or GLvoid in function declaration

This commit is contained in:
Brian Paul 2004-07-27 16:32:37 +00:00
parent 27df1ec1cd
commit c2800e08ec
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Issues
New Procedures and Functions
GLuint glXGetAGPOffsetMESA( const GLvoid *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