Re: [Mesa-dev] [PATCH mesa 1/3] egl: use designated initaliser for _eglGlobal

2017-07-31 Thread Emil Velikov
On 30 July 2017 at 02:11, Eric Engestrom wrote: > Turn comments into actual code, that the compiler can check for us :) > (Speaking of, one of the comments had a typo. Challenge: find it) > Challenge accepted. > Signed-off-by: Eric Engestrom > --- > src/egl/main/eglglobals.c | 18 +-

[Mesa-dev] [PATCH mesa 1/3] egl: use designated initaliser for _eglGlobal

2017-07-29 Thread Eric Engestrom
Turn comments into actual code, that the compiler can check for us :) (Speaking of, one of the comments had a typo. Challenge: find it) Signed-off-by: Eric Engestrom --- src/egl/main/eglglobals.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/egl/main/