1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-31 03:18:50 -05:00

Fixed member order in GLFWvidmode.

This commit is contained in:
Camilla Berglund 2013-04-11 01:31:00 +02:00
parent 082306b1db
commit 2e8446fe74

View File

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