egl: add base EGL_EXT_device_base implementation
[mesa.git] / src / egl / main / egldisplay.h
index 50176bde887cb7e5571065acd4e3105b59a3401b..fae90520368dd7304aafcca18aa0c13875e04a00 100644 (file)
@@ -159,6 +159,7 @@ struct _egl_display
    _EGLPlatformType Platform; /**< The type of the platform display */
    void *PlatformDisplay;     /**< A pointer to the platform display */
 
+   _EGLDevice *Device;        /**< Device backing the display */
    _EGLDriver *Driver;        /**< Matched driver of the display */
    EGLBoolean Initialized;    /**< True if the display is initialized */