Ah right. Thanks, both patches R-b. 

Kristian

> On May 25, 2016, at 10:59, Brian Paul <[email protected]> wrote:
> 
> ---
> src/mesa/main/getstring.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c
> index 8989b08..1118a44 100644
> --- a/src/mesa/main/getstring.c
> +++ b/src/mesa/main/getstring.c
> @@ -312,8 +312,8 @@ _mesa_GetError( void )
> }
> 
> static void GLAPIENTRY
> -_context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei 
> *length,
> -                        GLint *values)
> +_context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize,
> +                        GLsizei *length, GLint *values)
> {
>    GET_CURRENT_CONTEXT(ctx);
>    if (ctx)
> -- 
> 1.9.1
> 
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to