summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2010-10-11 16:09:52 +0800
committerChia-I Wu <[email protected]>2011-08-21 02:01:48 +0800
commitb0945c14dff96eb894c4a8b52a4c1374a05e2f6c (patch)
tree51a1aad951cbf348adc2eac3d29cdc46812c207b /src/egl/main/egldisplay.h
parent504f92c739ffc916084ed821cb9f437276213057 (diff)
egl: add _EGL_PLATFORM_ANDROID
This is Android Gingerbread platform. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index 05335ada63c..f0815d028df 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -44,6 +44,7 @@ enum _egl_platform_type {
_EGL_PLATFORM_WAYLAND,
_EGL_PLATFORM_DRM,
_EGL_PLATFORM_FBDEV,
+ _EGL_PLATFORM_ANDROID,
_EGL_NUM_PLATFORMS,
_EGL_INVALID_PLATFORM = -1