From 89b4176eb15625d915716fae88e74b62fc994b4d Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 9 Feb 2017 11:33:36 +0000 Subject: [PATCH] docs: reword sentence that my brain can't parse Signed-off-by: Eric Engestrom Reviewed-by: Elie Tournier --- docs/egl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/egl.html b/docs/egl.html index 6868448bc49..c22aa4a338f 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -83,9 +83,9 @@ drivers will be installed to ${libdir}/egl.

List the platforms (window systems) to support. Its argument is a comma separated string such as --with-egl-platforms=x11,drm. It decides the platforms a driver may support. The first listed platform is also used by -the main library to decide the native platform: the platform the EGL native +the main library to decide the native platform: this defines EGL native types such as EGLNativeDisplayType or -EGLNativeWindowType defined for.

+EGLNativeWindowType.

The available platforms are x11, drm, wayland, surfaceless, android, -- 2.11.0