[Mesa-dev] [PATCH mesa] egl: fix helper function name

Eric Engestrom eric.engestrom at imgtec.com
Wed Nov 16 13:21:37 UTC 2016


On Tuesday, 2016-11-15 22:49:52 -0800, Matt Turner wrote:
> On Tue, Nov 15, 2016 at 3:43 PM, Eric Engestrom <eric at engestrom.ch> wrote:
> > Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> > ---
> >  src/egl/main/eglapi.c | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c
> > index 53340bf..934d585 100644
> > --- a/src/egl/main/eglapi.c
> > +++ b/src/egl/main/eglapi.c
> > @@ -1195,7 +1195,7 @@ eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
> >
> >
> >  static EGLBoolean
> > -eglSwapBuffersWithDamageCommon(_EGLDisplay *disp, _EGLSurface *surf,
> > +_eglSwapBuffersWithDamageCommon(_EGLDisplay *disp, _EGLSurface *surf,
> >                                 EGLint *rects, EGLint n_rects)
> 
> Should indent the wrapped parameters one space as well

Good eye!
I'll send a v2 tonight.

Cheers,
  Eric


More information about the mesa-dev mailing list