diff options
author | Alexander von Gluck IV <[email protected]> | 2014-12-22 10:10:13 -0500 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2014-12-23 09:07:57 -0500 |
commit | 400b833592d9aad7b2c4627a897380642d52189f (patch) | |
tree | 537b8c751497e81f3eb70b2c01ebc2ade3a40ae2 /src/egl/main/egldisplay.h | |
parent | da4fb3e7a11765725a4aaee41de6c79b40637209 (diff) |
egl: Add Haiku code and support
* This is the cleaned up work of the Haiku GCI student
Adrián Arroyo Calle [email protected]
* Several patches were consolidated to prevent
unnecessary touching of non-related code
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r-- | src/egl/main/egldisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index d4b9602de8a..bcdc2b2b693 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -46,6 +46,7 @@ enum _egl_platform_type { _EGL_PLATFORM_FBDEV, _EGL_PLATFORM_NULL, _EGL_PLATFORM_ANDROID, + _EGL_PLATFORM_HAIKU, _EGL_NUM_PLATFORMS, _EGL_INVALID_PLATFORM = -1 |