X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fwglapi.py;h=d9e2aacb68b518ad74e0e2b903cca3d09c789eff;hb=54f304ad1c3ec54649f83ddf769746d433cd612d;hp=7296aeb1d70c0b2978cb3ff42227d424629a0fc5;hpb=34c7d426901edbb2df59f92760ef382d4847fe3c;p=apitrace diff --git a/specs/wglapi.py b/specs/wglapi.py index 7296aeb..d9e2aac 100644 --- a/specs/wglapi.py +++ b/specs/wglapi.py @@ -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")]),