diff -r 3365349494cc -r cdf2f6e5c390 egl/eglinterface/include/1.4/eglext.h --- a/egl/eglinterface/include/1.4/eglext.h Fri May 14 17:10:13 2010 +0300 +++ b/egl/eglinterface/include/1.4/eglext.h Thu May 27 14:13:51 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);