summaryrefslogtreecommitdiffstats
path: root/docs/egl.html
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-02-09 11:33:36 +0000
committerEric Engestrom <[email protected]>2017-02-09 13:04:16 +0000
commit89b4176eb15625d915716fae88e74b62fc994b4d (patch)
tree12b49332f4bd0dd75341812cba3f2b4da9100806 /docs/egl.html
parent30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 (diff)
docs: reword sentence that my brain can't parse
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Elie Tournier <[email protected]>
Diffstat (limited to 'docs/egl.html')
-rw-r--r--docs/egl.html4
1 files 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 <code>${libdir}/egl</code>.</p>
<p>List the platforms (window systems) to support. Its argument is a comma
separated string such as <code>--with-egl-platforms=x11,drm</code>. 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 <code>EGLNativeDisplayType</code> or
-<code>EGLNativeWindowType</code> defined for.</p>
+<code>EGLNativeWindowType</code>.</p>
<p>The available platforms are <code>x11</code>, <code>drm</code>,
<code>wayland</code>, <code>surfaceless</code>, <code>android</code>,