Fixed member order in GLFWvidmode.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 082306b1db
commit 2e8446fe74
  1. 2
      include/GL/glfw3.h

@ -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…
Cancel
Save