mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02:00
Made GLFWvidmode members camel case.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user