diff options
Diffstat (limited to 'src/egl/main/egldevice.h')
-rw-r--r-- | src/egl/main/egldevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/egl/main/egldevice.h b/src/egl/main/egldevice.h index 883f96f8e30..83a47d5eacc 100644 --- a/src/egl/main/egldevice.h +++ b/src/egl/main/egldevice.h @@ -68,6 +68,9 @@ typedef enum _egl_device_extension _EGLDeviceExtension; EGLBoolean _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext); +const char * +_eglGetDRMDeviceRenderNode(_EGLDevice *dev); + EGLBoolean _eglQueryDeviceAttribEXT(_EGLDevice *dev, EGLint attribute, EGLAttrib *value); |