X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Feglapi.py;h=0c221a675f388a12d516416080f0aefac1a3f52d;hb=54f304ad1c3ec54649f83ddf769746d433cd612d;hp=37576ff1efb83160f8d6714705f7a3d813153845;hpb=fe93afda27cd74da30f82549cad39f2a03b6e718;p=apitrace diff --git a/specs/eglapi.py b/specs/eglapi.py index 37576ff..0c221a6 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -299,7 +299,7 @@ def GlFunction(*args, **kwargs): kwargs.setdefault('call', 'GL_APIENTRY') return Function(*args, **kwargs) -eglapi.add_functions([ +eglapi.addFunctions([ # EGL 1.4 Function(EGLError, "eglGetError", [], sideeffects=False),