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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 1cf6628446..5e5c7b635f 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -87,6 +87,8 @@ struct _egl_driver
*/
void (*Unload)(_EGLDriver *drv);
+ const char * (*QueryDeviceName)(_EGLDisplay *disp);
+
_EGLAPI API; /**< EGL API dispatch table */
};