Formatting.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 50e6f828d1
commit 5fd3fc71de
  1. 10
      include/GL/glfw.h

@ -358,9 +358,13 @@ extern "C" {
typedef struct _GLFWwindow* GLFWwindow; typedef struct _GLFWwindow* GLFWwindow;
/* The video mode structure used by glfwGetVideoModes() */ /* The video mode structure used by glfwGetVideoModes() */
typedef struct { typedef struct
int width, height; {
int redBits, blueBits, greenBits; int width;
int height;
int redBits;
int blueBits;
int greenBits;
} GLFWvidmode; } GLFWvidmode;
/* Function pointer types */ /* Function pointer types */

Loading…
Cancel
Save