]> git.cworth.org Git - apitrace/blobdiff - specs/glxapi.py
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / specs / glxapi.py
index 157752719c87c5692e2f98c5dcd44e268dd67278..f4e544c060cf7f7f9f2f68fd10c810e8d7157462 100644 (file)
@@ -242,7 +242,7 @@ GLXbuffer = Flags(Int, [
     "GLX_PBUFFER_CLOBBER_MASK",
 ])
 
-glxapi = API("GLX")
+glxapi = Module("GLX")
 
 PROC = Opaque("__GLXextFuncPtr")