diff options
author | Brian Paul <[email protected]> | 2008-05-27 14:17:40 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-27 14:17:40 -0600 |
commit | 209a557574b9833da3d6ac299c83f4cddfff6910 (patch) | |
tree | 31a6f5992d163dd32dd551b1c923913b5e2bd02f /src/egl | |
parent | fcce6c068cf53fd394a2c82080338860dae8777b (diff) |
fix typo: s/Contexts/Surfaces/
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/main/eglsurface.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |