1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00

Clarified language on hint usage.

This commit is contained in:
Camilla Berglund 2013-03-18 21:19:35 +01:00
parent 8fe816d248
commit c6ef232dba

View File

@ -3,9 +3,10 @@
@page hints Window hints @page hints Window hints
These are all window hints. Some relate to the window itself, others to its 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, framebuffer or context. They are set to their default values each time the
can be individually set with @ref glfwWindowHint and reset all at once to their library is initialized with @ref glfwInit, can be individually set with @ref
defaults with @ref glfwDefaultWindowHints. 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 Note that hints need to be set *before* the creation of the window you wish to
have the specified properties. have the specified properties.