mirror of
https://github.com/glfw/glfw.git
synced 2024-11-25 22:14:34 +00:00
Fixed member order in GLFWvidmode.
This commit is contained in:
parent
082306b1db
commit
2e8446fe74
@ -770,8 +770,8 @@ typedef struct
|
||||
int width;
|
||||
int height;
|
||||
int redBits;
|
||||
int blueBits;
|
||||
int greenBits;
|
||||
int blueBits;
|
||||
} GLFWvidmode;
|
||||
|
||||
/*! @brief Gamma ramp.
|
||||
|
Loading…
Reference in New Issue
Block a user