Skip to content
Snippets Groups Projects
Commit d73ab0bd authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Documentation work

The reference for glfwCreateWindow listed the wrong default icon for
Windows.

Fixes #1130.
parent 11e47f08
No related branches found
No related tags found
No related merge requests found
...@@ -2291,8 +2291,8 @@ GLFWAPI void glfwWindowHint(int hint, int value); ...@@ -2291,8 +2291,8 @@ GLFWAPI void glfwWindowHint(int hint, int value);
* *
* @remark @win32 If the executable has an icon resource named `GLFW_ICON,` it * @remark @win32 If the executable has an icon resource named `GLFW_ICON,` it
* will be set as the initial icon for the window. If no such icon is present, * will be set as the initial icon for the window. If no such icon is present,
* the `IDI_WINLOGO` icon will be used instead. To set a different icon, see * the `IDI_APPLICATION` icon will be used instead. To set a different icon,
* @ref glfwSetWindowIcon. * see @ref glfwSetWindowIcon.
* *
* @remark @win32 The context to share resources with must not be current on * @remark @win32 The context to share resources with must not be current on
* any other thread. * any other thread.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment