From: José Fonseca Date: Fri, 8 Nov 2013 12:20:00 +0000 (+0000) Subject: st/dri: Fix dri_create_context declaration prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=caf1d96862553b169aa9d8fac63fcbd37a59d099;p=mesa.git st/dri: Fix dri_create_context declaration prototype. --- 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);