summaryrefslogtreecommitdiff
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index b0a5fadf64..e0cedb22c3 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -28,8 +28,10 @@ struct _egl_driver
void *LibHandle; /**< dlopen handle */
+ const char *Name; /**< name of this driver */
+
int APImajor, APIminor; /**< as returned by eglInitialize() */
- char Version[10]; /**< initialized from APImajor/minor */
+ char Version[1000]; /**< initialized from APImajor/minor, Name */
const char *ClientAPIs;