X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Feglapi.py;h=510e0fab4b2eabbe032ced568598628fd287899c;hb=7a9fb5103e052150232b64cb5d99374cda3f1234;hp=74584784fac766cd5c3770e1d3326d304564a63a;hpb=9115776479fc67fe12cc3f7ccb8da2fd684d2232;p=apitrace diff --git a/specs/eglapi.py b/specs/eglapi.py index 7458478..510e0fa 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -289,7 +289,7 @@ EGLClientPixmapHI = Struct("struct EGLClientPixmapHI", [ # EGL_NV_system_time EGLuint64NV = Alias("EGLuint64NV", UInt64) -eglapi = API("EGL") +eglapi = Module("EGL") EGLAttribList = Array(Const(EGLattrib), "_AttribPairList_size(attrib_list, EGL_NONE)")