]> git.cworth.org Git - apitrace/blobdiff - specs/wglapi.py
cgltrace: Fix CGLChoosePixelFormat prototype.
[apitrace] / specs / wglapi.py
index 32172a8e4945226033759c2aa29dcae599a5ccc7..9c4b13b47a56c2c356f1d8cfa8ee6b2d17176dbb 100644 (file)
@@ -188,7 +188,7 @@ WGLPixelFormatAttribsList = [
 ]
 
 WGLPixelFormatAttribs = AttribArray(WGLenum, WGLPixelFormatAttribsList)
-WGLPixelFormatFloatAttribs = AttribArray(WGLenum, WGLPixelFormatAttribsList, punType = FLOAT)
+WGLPixelFormatFloatAttribs = AttribArray(FLOAT, WGLPixelFormatAttribsList)
 
 WGLCreatePbufferARBAttribs = AttribArray(WGLenum, [
     ('WGL_PBUFFER_LARGEST_ARB', Int)