1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-07 22:57:25 -04:00

Documentation work

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

Fixes #1130.
This commit is contained in:
Camilla Löwy 2017-11-16 10:08:38 +01:00
parent 11e47f08b1
commit d73ab0bd58

View File

@ -2291,8 +2291,8 @@ GLFWAPI void glfwWindowHint(int hint, int value);
*
* @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,
* the `IDI_WINLOGO` icon will be used instead. To set a different icon, see
* @ref glfwSetWindowIcon.
* the `IDI_APPLICATION` icon will be used instead. To set a different icon,
* see @ref glfwSetWindowIcon.
*
* @remark @win32 The context to share resources with must not be current on
* any other thread.