X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Feglapi.py;h=510e0fab4b2eabbe032ced568598628fd287899c;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=74584784fac766cd5c3770e1d3326d304564a63a;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;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)")