From f3270d4ce893b7dcb556d2298128638cb6817a67 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 26 Mar 2015 12:42:30 +0100 Subject: [PATCH] Fixed language referring to GLFW 2. Fixes #476. --- docs/window.dox | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/window.dox b/docs/window.dox index cb940f05..16759168 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -134,9 +134,7 @@ you wish to have the specified attributes. Some window hints are hard constraints. These must match the available capabilities _exactly_ for window and context creation to succeed. Hints that are not hard constraints are matched as closely as possible, but the -resulting window and context may differ from what these hints requested. To -find out the actual attributes of the created window and context, use the -@ref glfwGetWindowAttrib function. +resulting context and framebuffer may differ from what these hints requested. The following hints are always hard constraints: - `GLFW_STEREO`