Comment fixes.

This commit is contained in:
Camilla Berglund 2010-09-16 06:05:50 +02:00
parent 867e747add
commit 8d8eb0c4d5

View File

@ -368,9 +368,10 @@ extern "C" {
* Typedefs * Typedefs
*************************************************************************/ *************************************************************************/
/* Window handle type */
typedef struct _GLFWwindow* GLFWwindow; typedef struct _GLFWwindow* GLFWwindow;
/* The video mode structure used by glfwGetVideoModes() */ /* The video mode structure used by glfwGetVideoModes */
typedef struct typedef struct
{ {
int width; int width;