diff -r de3d5b6102ac -r 5e51caaeeb72 egl/eglinterface/include/1.4/eglext.h --- a/egl/eglinterface/include/1.4/eglext.h Tue Apr 27 17:59:32 2010 +0300 +++ b/egl/eglinterface/include/1.4/eglext.h Tue May 11 17:25:23 2010 +0300 @@ -250,6 +250,12 @@ #define EGL_ENDPOINT_READY_NOK 0x30D6 #define EGL_DELAY_NOK 0x30D7 +#ifndef EGL_SYMBIAN_COMPOSITION +#define EGL_SYMBIAN_COMPOSITION 1 +/* Extension defines a behavioural change which does not introduce functions or tokens. */ +/* The presence of this extension means that semi-transparent UI content can be displayed above EGL window surfaces. */ +#endif + #ifdef EGL_EGLEXT_PROTOTYPES EGLAPI EGLEndpointNOK EGLAPIENTRY eglCreateEndpointNOK(EGLDisplay dpy, EGLenum type, EGLenum source_type, EGLEndpointSourceNOK source, const EGLint *attrib_list); EGLAPI EGLBoolean EGLAPIENTRY eglDestroyEndpointNOK(EGLDisplay dpy, EGLEndpointNOK endpoint);