summaryrefslogtreecommitdiff
path: root/docs/MESA_agp_offset.spec
diff options
context:
space:
mode:
Diffstat (limited to 'docs/MESA_agp_offset.spec')
-rw-r--r--docs/MESA_agp_offset.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/MESA_agp_offset.spec b/docs/MESA_agp_offset.spec
index abd48a46df..8dcc72379c 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