diff options
author | Chia-I Wu <[email protected]> | 2010-01-31 17:56:30 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-31 22:21:26 +0800 |
commit | eb961f81d53405ab04e021703228ddb15190d75f (patch) | |
tree | 9c824ba35817ae0f4b42a3d63a0f2114ce919793 /src/egl/main/egldisplay.h | |
parent | 0135e5d6c83add5e539492a4899504e33f3f2434 (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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 8e3d53864b1..03903290fdd 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] */ |