added wglGetExtensionsStringARB

This commit is contained in:
Brian Paul 2006-01-25 15:05:36 +00:00
parent 7f1274fa8b
commit 166b0ff973

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
# $Id: mesadef.py,v 1.3 2005/09/05 14:09:25 kschultz Exp $
# $Id: mesadef.py,v 1.4 2006/01/25 15:05:36 brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
@ -89,6 +89,7 @@ def PrintTail():
print '\twglDescribePixelFormat'
print '\twglGetCurrentContext'
print '\twglGetCurrentDC'
print '\twglGetExtensionsStringARB'
print '\twglGetLayerPaletteEntries'
print '\twglGetPixelFormat'
print '\twglGetProcAddress'