diff options
author | Brian Paul <[email protected]> | 2004-07-27 16:32:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-07-27 16:32:37 +0000 |
commit | c2800e08ec863f49ac9caeb7c0c271734ed30193 (patch) | |
tree | 98c7e4a424b1c4fdf186b9c5f5fa67b05615570c /docs/MESA_agp_offset.spec | |
parent | 27df1ec1cde0b83871cfe1f2d594ac6fd1c85897 (diff) |
don't use GLuint or GLvoid in function declaration
Diffstat (limited to 'docs/MESA_agp_offset.spec')
-rw-r--r-- | docs/MESA_agp_offset.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/MESA_agp_offset.spec b/docs/MESA_agp_offset.spec index abd48a46df3..8dcc72379cd 100644 --- a/docs/MESA_agp_offset.spec +++ b/docs/MESA_agp_offset.spec @@ -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 |