From 2e8446fe7419c20e3ac16b8507b2e631e33c45bd Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 11 Apr 2013 01:31:00 +0200 Subject: [PATCH] Fixed member order in GLFWvidmode. --- include/GL/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.