mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Formatting.
This commit is contained in:
parent
50e6f828d1
commit
5fd3fc71de
@ -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…
Reference in New Issue
Block a user