mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
don't use GLuint or GLvoid in function declaration
This commit is contained in:
parent
27df1ec1cd
commit
c2800e08ec
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue