From d406b48007310356df7d0bf675172bd0c3d9bff5 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 17 Jan 2013 18:10:28 +0100 Subject: [PATCH] Added constraints subheading. --- include/GL/glfw3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index acfc439c..c75a57a1 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -1102,6 +1102,8 @@ GLFWAPI void glfwDefaultWindowHints(void); * glfwWindowHint or @ref glfwDefaultWindowHints, or until the library is * terminated with @ref glfwTerminate. * + * @par Hard and soft constraints + * * Some window hints are hard constraints. These must match the available * capabilities @em exactly for window and context creation to succeed. Hints * that are not hard constraints are matched as closely as possible, but the