From d73ab0bd58e7b562cb35911bf00f4d8cc5b3f83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 16 Nov 2017 10:08:38 +0100 Subject: [PATCH] Documentation work The reference for glfwCreateWindow listed the wrong default icon for Windows. Fixes #1130. --- include/GLFW/glfw3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 9dc34779..a3f98640 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -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.