From ce0e74f6a9f0d107d971dc7d5107920d06f0f9d1 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 11 Dec 2014 13:54:03 +0100 Subject: [PATCH] Fixed word in standards conformance. --- docs/compat.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compat.dox b/docs/compat.dox index d3d9a6cc..32e117dc 100644 --- a/docs/compat.dox +++ b/docs/compat.dox @@ -76,7 +76,7 @@ GLFW uses the XRandR 1.3 and Xf86vidmode extensions to provide gamma ramp support. If the running X server does not support either or both of these extensions, gamma ramp support will not function. -GLFW requires the Xkb extension with detectable auto-repeat to provide keyboard +GLFW uses the Xkb extension and detectable auto-repeat to provide keyboard input. If the running X server does not support this extension, a non-Xkb fallback path is used.