summaryrefslogtreecommitdiff
path: root/src/egl/main/eglglobals.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-27 14:23:56 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-27 14:23:56 -0600
commit5f8a4f3e5e8fe78f1abe9ca6dd1131ad53d3d943 (patch)
tree818a70e50d9623dc97bdc5e3a4122c2efe0f746d /src/egl/main/eglglobals.h
parent5e7dba541298a29f175f9d077bf6f63030465d94 (diff)
added EGL_OPENGL_API case
Diffstat (limited to 'src/egl/main/eglglobals.h')
-rw-r--r--src/egl/main/eglglobals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglglobals.h b/src/egl/main/eglglobals.h
index 4fccd226b7..6b858b6b08 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;