glx/dri2: Add support for GLX_ARB_create_context_robustness
[mesa.git] / src / glx / dri_common.h
index f5c7d456ee1b22a88cc13fc4a2d858746e4e350f..93cd744b1f2e26b03cf0c1b2c83e6e4210619954 100644 (file)
@@ -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 */