]> git.cworth.org Git - apitrace/blobdiff - specs/wglapi.py
Cleanup/comment/format code.
[apitrace] / specs / wglapi.py
index 7296aeb1d70c0b2978cb3ff42227d424629a0fc5..d9e2aacb68b518ad74e0e2b903cca3d09c789eff 100644 (file)
@@ -141,7 +141,7 @@ WGLSWAP = Struct("WGLSWAP", [
 HPBUFFERARB = Alias("HPBUFFERARB", HANDLE)
 
 
-wglapi.add_functions([
+wglapi.addFunctions([
     # WGL
     StdFunction(HGLRC, "wglCreateContext", [(HDC, "hdc")]),
     StdFunction(BOOL, "wglDeleteContext", [(HGLRC, "hglrc")]),