From 1615edf5fb620552c604fdaef4afd079816c9d91 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 31 May 2016 15:37:10 +0200 Subject: [PATCH] Clarify wording Related to #766. --- docs/window.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/window.dox b/docs/window.dox index b66874bb..98861294 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -276,7 +276,7 @@ behavior of these hints depend on the requested client API. __OpenGL:__ `GLFW_CONTEXT_VERSION_MAJOR` and `GLFW_CONTEXT_VERSION_MINOR` are not hard constraints, but creation will fail if the OpenGL version of the created context is less than the one requested. It is therefore perfectly safe to use the -default of version 1.0 for legacy code and you may still get +default of version 1.0 for legacy code and you will still get backwards-compatible contexts of version 3.0 and above when available. @par