fix typo: s/Contexts/Surfaces/

This commit is contained in:
Brian Paul
2008-05-27 14:17:40 -06:00
parent fcce6c068c
commit 209a557574

View File

@@ -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;