diff options
Diffstat (limited to 'src/glx/dri_common.h')
-rw-r--r-- | src/glx/dri_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index 2ebcb812732..4fe0d3faf98 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -69,7 +69,8 @@ extern void CriticalErrorMessageF(const char *f, ...); extern void *driOpenDriver(const char *driverName); -extern const __DRIextension **driGetDriverExtensions(void *handle); +extern const __DRIextension ** +driGetDriverExtensions(void *handle, const char *driver_name); extern bool dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs, |