From c6ef232dbaba97f6e0615ee084e77c32d46de380 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 18 Mar 2013 21:19:35 +0100 Subject: [PATCH] Clarified language on hint usage. --- docs/hints.dox | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/hints.dox b/docs/hints.dox index 370bdc49..181b073e 100644 --- a/docs/hints.dox +++ b/docs/hints.dox @@ -3,9 +3,10 @@ @page hints Window hints These are all window hints. Some relate to the window itself, others to its -framebuffer or context. They are set to their default values by @ref glfwInit, -can be individually set with @ref glfwWindowHint and reset all at once to their -defaults with @ref glfwDefaultWindowHints. +framebuffer or context. They are set to their default values each time the +library is initialized with @ref glfwInit, can be individually set with @ref +glfwWindowHint and reset all at once to their defaults with @ref +glfwDefaultWindowHints. Note that hints need to be set *before* the creation of the window you wish to have the specified properties.