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 f5c7d456ee1..93cd744b1f2 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -72,6 +72,7 @@ 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, unsigned *error); + uint32_t *flags, unsigned *api, int *reset, + unsigned *error); #endif /* _DRI_COMMON_H */ |