diff options
author | Benjamin Franzke <[email protected]> | 2011-02-04 12:22:58 +0100 |
---|---|---|
committer | Benjamin Franzke <[email protected]> | 2011-02-07 13:52:29 +0100 |
commit | e586c4b7634f856a350f029709adc8a32271562c (patch) | |
tree | 98c9e0b4c81b7c14048c732a7bf5e98a9b459a7b /src/egl/main/egldisplay.c | |
parent | 2adfde3aaee43d7ec974d25794a07fe02f36c6cd (diff) |
egl: Add wayland platform
Diffstat (limited to 'src/egl/main/egldisplay.c')
-rw-r--r-- | src/egl/main/egldisplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.c b/src/egl/main/egldisplay.c index 565e44d2d23..30592947297 100644 --- a/src/egl/main/egldisplay.c +++ b/src/egl/main/egldisplay.c @@ -27,6 +27,7 @@ _eglGetNativePlatformFromEnv(void) } egl_platforms[_EGL_NUM_PLATFORMS] = { { _EGL_PLATFORM_WINDOWS, "gdi" }, { _EGL_PLATFORM_X11, "x11" }, + { _EGL_PLATFORM_WAYLAND, "wayland" }, { _EGL_PLATFORM_DRM, "drm" }, { _EGL_PLATFORM_FBDEV, "fbdev" } }; |