mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Comment fix.
This commit is contained in:
parent
18d71c2b6d
commit
4fc32a4bbf
@ -172,7 +172,7 @@ struct _GLFWwindow
|
||||
GLboolean closeRequested; // GL_TRUE if this window should be closed
|
||||
int width, height;
|
||||
int positionX, positionY;
|
||||
int mode; // GLFW_WINDOW or GLFW_FULLSCREEN
|
||||
int mode; // GLFW_WINDOWED or GLFW_FULLSCREEN
|
||||
GLboolean resizable; // GL_TRUE if user may resize this window
|
||||
GLboolean visible; // GL_TRUE if this window is visible
|
||||
int refreshRate; // monitor refresh rate
|
||||
|
Loading…
Reference in New Issue
Block a user