X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Feglapi.py;h=9790625459b30f1279c2509ab23adb63f1ce0cb5;hb=632a78d5c90941c896fa3c7156131f27c5a58b24;hp=fabe5bd2e5190925420882429c07910fb0a66347;hpb=e32a797c854b8f7b281fc9e5a4b6e3cafda58f25;p=apitrace diff --git a/specs/eglapi.py b/specs/eglapi.py index fabe5bd..9790625 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -291,7 +291,7 @@ EGLuint64NV = Alias("EGLuint64NV", UInt64) eglapi = API("EGL") -EGLAttribList = Array(Const(EGLattrib), "__AttribPairList_size(attrib_list, EGL_NONE)") +EGLAttribList = Array(Const(EGLattrib), "_AttribPairList_size(attrib_list, EGL_NONE)") PROC = Opaque("__eglMustCastToProperFunctionPointerType")