egl: add base EGL_EXT_device_base implementation
[mesa.git] / src / egl / main / eglglobals.h
index 6655ccab65c6b1a0a267032a857223f8b24cb534..63bea4ebc38245fe3540a71cdb8b23ce6c895162 100644 (file)
@@ -54,6 +54,8 @@ struct _egl_global
    /* the list of all displays */
    _EGLDisplay *DisplayList;
 
+   _EGLDevice *DeviceList;
+
    EGLint NumAtExitCalls;
    void (*AtExitCalls[10])(void);