diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index bf04951f..0ce69cc6 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -770,8 +770,8 @@ typedef struct int width; int height; int redBits; - int blueBits; int greenBits; + int blueBits; } GLFWvidmode; /*! @brief Gamma ramp.