some initial EGL 1.2 work
[mesa.git] / src / egl / main / egldriver.h
index 51ec27c06ff3b6ea4d1b9eefc5267c5cfd2d78f0..88526e973d1694dea05aba7489495838a62d82bf 100644 (file)
@@ -34,6 +34,7 @@ struct _egl_driver
 
    int ABIversion;
    int APImajor, APIminor; /* returned through eglInitialize */
+   const char *ClientAPIs;
 
    _EGLAPI API;