X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fglxapi.py;h=f4e544c060cf7f7f9f2f68fd10c810e8d7157462;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=157752719c87c5692e2f98c5dcd44e268dd67278;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;p=apitrace diff --git a/specs/glxapi.py b/specs/glxapi.py index 1577527..f4e544c 100644 --- a/specs/glxapi.py +++ b/specs/glxapi.py @@ -242,7 +242,7 @@ GLXbuffer = Flags(Int, [ "GLX_PBUFFER_CLOBBER_MASK", ]) -glxapi = API("GLX") +glxapi = Module("GLX") PROC = Opaque("__GLXextFuncPtr")