diff options
Diffstat (limited to 'docs')
-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 |