st/dri: Fix dri_create_context declaration prototype.

This commit is contained in:
José Fonseca 2013-11-08 12:20:00 +00:00
parent 035cce83f7
commit caf1d96862
1 changed files with 1 additions and 0 deletions

View File

@ -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);