diff options
author | Brian Paul <[email protected]> | 2008-05-27 14:23:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-27 14:23:56 -0600 |
commit | 5f8a4f3e5e8fe78f1abe9ca6dd1131ad53d3d943 (patch) | |
tree | 818a70e50d9623dc97bdc5e3a4122c2efe0f746d /src/egl/main/eglglobals.h | |
parent | 5e7dba541298a29f175f9d077bf6f63030465d94 (diff) |
added EGL_OPENGL_API case
Diffstat (limited to 'src/egl/main/eglglobals.h')
-rw-r--r-- | src/egl/main/eglglobals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglglobals.h b/src/egl/main/eglglobals.h index 4fccd226b7a..6b858b6b089 100644 --- a/src/egl/main/eglglobals.h +++ b/src/egl/main/eglglobals.h @@ -29,6 +29,7 @@ struct _egl_global EGLScreenMESA FreeScreenHandle; /* XXX these may be temporary */ + EGLBoolean OpenGLAPISupported; EGLBoolean OpenGLESAPISupported; EGLBoolean OpenVGAPISupported; |