diff options
author | Marek Olšák <[email protected]> | 2015-06-10 02:49:29 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-07-22 23:56:00 +0200 |
commit | c2c2e9ab604793c6e01f85497f3f5bf645f962fa (patch) | |
tree | cc3d3bdd0f7117de07dc6628d97eb7b4025909d3 /src/egl/main/eglsurface.h | |
parent | 956ebf41aca6b74052cf6876cc479b404777700c (diff) |
egl: implement EGL_KHR_gl_colorspace (v2)
v2: add missing "break"
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r-- | src/egl/main/eglsurface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h index 74c429a9628..fc799ee43dc 100644 --- a/src/egl/main/eglsurface.h +++ b/src/egl/main/eglsurface.h @@ -65,6 +65,7 @@ struct _egl_surface EGLenum RenderBuffer; EGLenum VGAlphaFormat; EGLenum VGColorspace; + EGLenum GLColorspace; /* attributes set by eglSurfaceAttrib */ EGLint MipmapLevel; |