diff options
author | José Fonseca <[email protected]> | 2013-11-08 12:20:00 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-11-08 12:20:00 +0000 |
commit | caf1d96862553b169aa9d8fac63fcbd37a59d099 (patch) | |
tree | ce7cf134d11e47a3c105521a72aca6a8ee5633f0 /src/gallium/state_trackers | |
parent | 035cce83f7b3d9a037c9e7cc17a212d6cf7e927f (diff) |
st/dri: Fix dri_create_context declaration prototype.
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r-- | src/gallium/state_trackers/dri/common/dri_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |