summaryrefslogtreecommitdiff
path: root/src/egl/main/eglsurface.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-01 13:08:12 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-01 13:10:53 -0600
commitb36f90657370296b45c27d33d60c89fa31dc1d76 (patch)
treed9a4c9464ba08395b9c8fa4754477227b3b589c9 /src/egl/main/eglsurface.h
parent038d53cbdb9e504388141c25859bce12f7e8f87e (diff)
egl: additional error checking in _eglBind/ReleaseTexImage()
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r--src/egl/main/eglsurface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h
index df1e70122e..50f965b5cb 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;