From 8d8eb0c4d5d1465cb5a165224efff70c33418813 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 16 Sep 2010 06:05:50 +0200 Subject: [PATCH] Comment fixes. --- include/GL/glfw3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index a1e53499..c9750dee 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -368,9 +368,10 @@ extern "C" { * Typedefs *************************************************************************/ +/* Window handle type */ typedef struct _GLFWwindow* GLFWwindow; -/* The video mode structure used by glfwGetVideoModes() */ +/* The video mode structure used by glfwGetVideoModes */ typedef struct { int width;