summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-31 17:56:30 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-31 22:21:26 +0800
commiteb961f81d53405ab04e021703228ddb15190d75f (patch)
tree9c824ba35817ae0f4b42a3d63a0f2114ce919793 /src/egl/main/egldisplay.h
parent0135e5d6c83add5e539492a4899504e33f3f2434 (diff)
egl: Clean up surface attributes.
Add missing attributes and use correct types in _EGLSurface. Remove ifdef tests that serve no purpose. Update _eglQuerySurface and _eglSurfaceAttrib for missing queries and checks.
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index 8e3d53864b..03903290fd 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -68,8 +68,6 @@ struct _egl_display
_EGLExtensions Extensions;
- int LargestPbuffer;
-
EGLint NumScreens;
_EGLScreen **Screens; /* array [NumScreens] */