projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcce6c0
)
fix typo: s/Contexts/Surfaces/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 May 2008 20:17:40 +0000
(14:17 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 May 2008 20:17:40 +0000
(14:17 -0600)
src/egl/main/eglsurface.c
patch
|
blob
|
history
diff --git
a/src/egl/main/eglsurface.c
b/src/egl/main/eglsurface.c
index cd5d9757f9b8ebc4cc1282e7b6db0f66ef23fac5..134afa7cbd89a3f1e553481de8c22956363ff296 100644
(file)
--- 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.
Context
s);
+ EGLuint key = _eglHashGenKey(_eglGlobal.
Surface
s);
assert(surf);
assert(!surf->Handle);
surf->Handle = (EGLSurface) key;