Removed caching of Win32 window styles.

This commit is contained in:
Camilla Berglund
2015-06-02 21:12:37 +02:00
parent acaddf9cd9
commit a257e7a3ee
2 changed files with 39 additions and 28 deletions
-2
View File
@@ -150,8 +150,6 @@ typedef HRESULT (WINAPI * DWMFLUSH_T)(VOID);
typedef struct _GLFWwindowWin32
{
HWND handle;
DWORD dwStyle;
DWORD dwExStyle;
GLboolean cursorInside;
GLboolean iconified;