diff options
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r-- | src/egl/main/egldriver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index 51ec27c06ff..88526e973d1 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -34,6 +34,7 @@ struct _egl_driver int ABIversion; int APImajor, APIminor; /* returned through eglInitialize */ + const char *ClientAPIs; _EGLAPI API; |