mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
swrast: silence driContextSetFlags() parameter type warning
This commit is contained in:
parent
d79058d1c6
commit
188630dc13
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ dri_create_context(gl_api api,
|
|||
goto context_fail;
|
||||
}
|
||||
|
||||
driContextSetFlags(ctx, flags);
|
||||
driContextSetFlags(mesaCtx, flags);
|
||||
|
||||
/* do bounds checking to prevent segfaults and server crashes! */
|
||||
mesaCtx->Const.CheckArrayBounds = GL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue