diff options
author | Neil Roberts <[email protected]> | 2014-10-01 20:00:48 +0100 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2017-11-06 16:09:02 -0500 |
commit | ba7679f48d6414c16655cb41689f2214630f04e5 (patch) | |
tree | 009fea15d85b6b4604e96aff477386a0e423fd67 /src/glx/dri_common.h | |
parent | b89067c84faed94b2b31cdebf2cc7ecfc41952f2 (diff) |
glx: Implement GLX_ARB_context_flush_control
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Neil Roberts <[email protected]>
Diffstat (limited to 'src/glx/dri_common.h')
-rw-r--r-- | src/glx/dri_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index 947d331772f..4d97ff82b4d 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -78,6 +78,6 @@ extern bool dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs, unsigned *major_ver, unsigned *minor_ver, uint32_t *render_type, uint32_t *flags, unsigned *api, - int *reset, unsigned *error); + int *reset, int *release, unsigned *error); #endif /* _DRI_COMMON_H */ |