mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-31 03:18:50 -05:00
Removed unused struct member.
This commit is contained in:
parent
fc5235cd2e
commit
02598570cb
|
@ -177,7 +177,6 @@ struct _GLFWwindow
|
||||||
GLboolean closeRequested; // GL_TRUE if this window should be closed
|
GLboolean closeRequested; // GL_TRUE if this window should be closed
|
||||||
int width, height;
|
int width, height;
|
||||||
int positionX, positionY;
|
int positionX, positionY;
|
||||||
int mode; // GLFW_WINDOWED or GLFW_FULLSCREEN
|
|
||||||
GLboolean resizable; // GL_TRUE if user may resize this window
|
GLboolean resizable; // GL_TRUE if user may resize this window
|
||||||
GLboolean visible; // GL_TRUE if this window is visible
|
GLboolean visible; // GL_TRUE if this window is visible
|
||||||
void* userPointer;
|
void* userPointer;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user