Made GLFWvidmode members camel case.

This commit is contained in:
Camilla Berglund
2010-09-08 16:50:50 +02:00
parent 9a7166926c
commit af10b06439
7 changed files with 58 additions and 58 deletions

View File

@@ -359,8 +359,8 @@ extern "C" {
/* The video mode structure used by glfwGetVideoModes() */
typedef struct {
int Width, Height;
int RedBits, BlueBits, GreenBits;
int width, height;
int redBits, blueBits, greenBits;
} GLFWvidmode;
/* Function pointer types */