mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +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 width;
|
||||||
int height;
|
int height;
|
||||||
int redBits;
|
int redBits;
|
||||||
int blueBits;
|
|
||||||
int greenBits;
|
int greenBits;
|
||||||
|
int blueBits;
|
||||||
} GLFWvidmode;
|
} GLFWvidmode;
|
||||||
|
|
||||||
/*! @brief Gamma ramp.
|
/*! @brief Gamma ramp.
|
||||||
|
Loading…
Reference in New Issue
Block a user