diff options
author | Chia-I Wu <[email protected]> | 2009-08-17 15:53:54 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-13 12:00:36 -0600 |
commit | 310c76812e5a2013dad36fc9d1686f57e7b1e626 (patch) | |
tree | 59e87b7f0f22affbc32604be85c1bdf6172fee26 /src/egl/main/eglglobals.h | |
parent | e787ffcd02cac9085ac69f631cce235d1cad59c9 (diff) |
egl: Allow binding to any client API.
As a result, EGL_NONE is no longer a valid client API. And it is
possible that no config supports the current bound API.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/egl/main/eglglobals.h')
-rw-r--r-- | src/egl/main/eglglobals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egl/main/eglglobals.h b/src/egl/main/eglglobals.h index 58511076d45..5ebb914ca72 100644 --- a/src/egl/main/eglglobals.h +++ b/src/egl/main/eglglobals.h @@ -19,9 +19,6 @@ struct _egl_global EGLScreenMESA FreeScreenHandle; - /* bitmaks of supported APIs (supported by _some_ driver) */ - EGLint ClientAPIsMask; - EGLint NumDrivers; _EGLDriver *Drivers[10]; |