Fixed iconification event for maximized windows.

This commit is contained in:
Camilla Berglund
2015-01-06 15:35:49 +01:00
parent 9ec1a4361b
commit dcc78017b0
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -159,6 +159,7 @@ typedef struct _GLFWwindowWin32
DWORD dwExStyle;
GLboolean cursorInside;
GLboolean iconified;
// The last received cursor position, regardless of source
int cursorPosX, cursorPosY;