From caf1d96862553b169aa9d8fac63fcbd37a59d099 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 8 Nov 2013 12:20:00 +0000 Subject: [PATCH] st/dri: Fix dri_create_context declaration prototype. --- src/gallium/state_trackers/dri/common/dri_context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state_trackers/dri/common/dri_context.h b/src/gallium/state_trackers/dri/common/dri_context.h index b87ce40b11e..56dfa2ccc70 100644 --- a/src/gallium/state_trackers/dri/common/dri_context.h +++ b/src/gallium/state_trackers/dri/common/dri_context.h @@ -89,6 +89,7 @@ dri_create_context(gl_api api, unsigned major_version, unsigned minor_version, uint32_t flags, + bool notify_reset, unsigned *error, void *sharedContextPrivate); -- 2.30.2