diff options
Diffstat (limited to 'src/glx/dri_common.h')
-rw-r--r-- | src/glx/dri_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index 93cd744b1f2..2bbffa9ffbe 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -71,8 +71,8 @@ extern void *driOpenDriver(const char *driverName); extern bool dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs, - unsigned *major_ver, unsigned *minor_ver, - uint32_t *flags, unsigned *api, int *reset, - unsigned *error); + unsigned *major_ver, unsigned *minor_ver, + uint32_t *render_type, uint32_t *flags, unsigned *api, + int *reset, unsigned *error); #endif /* _DRI_COMMON_H */ |