diff options
author | Brian Paul <[email protected]> | 2008-09-01 13:08:12 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-01 13:10:53 -0600 |
commit | b36f90657370296b45c27d33d60c89fa31dc1d76 (patch) | |
tree | d9a4c9464ba08395b9c8fa4754477227b3b589c9 /src/egl/main/eglsurface.h | |
parent | 038d53cbdb9e504388141c25859bce12f7e8f87e (diff) |
egl: additional error checking in _eglBind/ReleaseTexImage()
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r-- | src/egl/main/eglsurface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h index df1e70122e2..50f965b5cb7 100644 --- a/src/egl/main/eglsurface.h +++ b/src/egl/main/eglsurface.h @@ -16,6 +16,7 @@ struct _egl_surface /* May need reference counting here */ EGLBoolean IsBound; EGLBoolean DeletePending; + EGLBoolean BoundToTexture; EGLint Type; /* one of EGL_WINDOW_BIT, EGL_PIXMAP_BIT or EGL_PBUFFER_BIT */ EGLint Width, Height; |