mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
fix typo: s/Contexts/Surfaces/
This commit is contained in:
parent
fcce6c068c
commit
209a557574
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue