aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-10-18 20:22:58 +0200
committerMarek Olšák <[email protected]>2017-10-18 20:23:24 +0200
commit2cb9ab53dd3ae6850a2611b01695f7449d24614d (patch)
treedcb21415d557f1a6985fe6bcc418daa84dea1cef /src/egl/main/egldriver.h
parentf37af5ec8d351fe20e74b05059bea12236220e02 (diff)
Revert "egl: drop EGL driver `name`"
This reverts commit 6414d6bd8d2897f4ba643357fe3037f3acd60879. This is needed to apply the next revert.
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 */
};