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.h | |
parent | 2adfde3aaee43d7ec974d25794a07fe02f36c6cd (diff) |
egl: Add wayland platform
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 dbc5d32d910..ce035eb2ef1 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -11,6 +11,7 @@ enum _egl_platform_type { _EGL_PLATFORM_WINDOWS, _EGL_PLATFORM_X11, + _EGL_PLATFORM_WAYLAND, _EGL_PLATFORM_DRM, _EGL_PLATFORM_FBDEV, |