From: Brian Paul Date: Tue, 27 May 2008 20:17:40 +0000 (-0600) Subject: fix typo: s/Contexts/Surfaces/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=209a557574b9833da3d6ac299c83f4cddfff6910;p=mesa.git fix typo: s/Contexts/Surfaces/ --- diff --git a/src/egl/main/eglsurface.c b/src/egl/main/eglsurface.c index cd5d9757f9b..134afa7cbd8 100644 --- a/src/egl/main/eglsurface.c +++ b/src/egl/main/eglsurface.c @@ -207,7 +207,7 @@ _eglInitSurface(_EGLDriver *drv, EGLDisplay dpy, void _eglSaveSurface(_EGLSurface *surf) { - EGLuint key = _eglHashGenKey(_eglGlobal.Contexts); + EGLuint key = _eglHashGenKey(_eglGlobal.Surfaces); assert(surf); assert(!surf->Handle); surf->Handle = (EGLSurface) key;