Renamed window close request variable.

This commit is contained in:
Camilla Berglund
2010-09-16 06:02:44 +02:00
parent f06489d6cb
commit 867e747add
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ typedef struct _GLFWwindow
// Window settings and state
GLboolean iconified; // GL_TRUE if this window is iconified
GLboolean closed; // GL_TRUE if this window should be closed
GLboolean closeRequested; // GL_TRUE if this window should be closed
int width, height;
int positionX, positionY;
int mode; // GLFW_WINDOW or GLFW_FULLSCREEN