Comment fixes.

This commit is contained in:
Camilla Berglund 2010-09-16 06:05:50 +02:00
parent 867e747add
commit 8d8eb0c4d5
1 changed files with 2 additions and 1 deletions

View File

@ -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;