]> git.cworth.org Git - apitrace/blobdiff - specs/eglapi.py
egl: Remove unneeded _EGLBoolean
[apitrace] / specs / eglapi.py
index def9ae2d96d41a6bbabc96189a116fd4d90afd44..918d65bf5b77e0c1cef4f30a3a5f2fbe44ee81c3 100644 (file)
@@ -39,8 +39,7 @@ EGLSurface = Opaque("EGLSurface")
 
 EGLClientBuffer = Opaque("EGLClientBuffer")
 
-_EGLBoolean = Alias("EGLBoolean", UInt)
-EGLBoolean = FakeEnum(_EGLBoolean, [
+EGLBoolean = Enum("EGLBoolean", [
     "EGL_FALSE",
     "EGL_TRUE",
 ])