From fe0317aee5eb90ea7671ec6970759059bc061022 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 1 Aug 2016 11:51:30 +0200 Subject: [PATCH] Documentation work --- include/GLFW/glfw3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 806fd014..733e1ed0 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1185,6 +1185,7 @@ typedef struct GLFWgammaramp /*! @brief Image data. * * @sa @ref cursor_custom + * @sa @ref window_icon * * @since Added in version 2.1. * @glfw3 Removed format and bytes-per-pixel members.