]> git.cworth.org Git - apitrace/blobdiff - specs/cglapi.py
Define all D2D/DWRITE GUIDs
[apitrace] / specs / cglapi.py
index 2c2fd9910ac3f446ba9f496d8267c180fca15099..5eadbfb00daf5d2a6090cc43044f114b16dbda2e 100644 (file)
@@ -182,7 +182,7 @@ CGLContextObj = Opaque("CGLContextObj")
 
 cglapi = API("CGL")
 
-cglapi.add_functions([
+cglapi.addFunctions([
     # CGLCurrent.h, libGL.dylib
     Function(CGLError, "CGLSetCurrentContext", [(CGLContextObj, "ctx")]),
     Function(CGLContextObj, "CGLGetCurrentContext", []),