[Mesa-dev] [PATCH 2/2] mesa: 80-column wrapping for _context_lost_GetSynciv()

Kristian Høgsberg hoegsberg at gmail.com
Wed May 25 18:20:12 UTC 2016


Ah right. Thanks, both patches R-b. 

Kristian

> On May 25, 2016, at 10:59, Brian Paul <brianp at vmware.com> 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
> 


More information about the mesa-dev mailing list