summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 5695fc06ffb..ba12a060cab 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -75,6 +75,8 @@ extern "C" {
*/
struct _egl_driver
{
+ const char *Name; /**< name of this driver */
+
_EGLAPI API; /**< EGL API dispatch table */
};