Win32: Fix HDEVNOTIFY handle leak

Closes #1170.
This commit is contained in:
przemekmirek
2018-01-04 20:45:55 +01:00
committed by Camilla Löwy
parent 84077401e9
commit 9f91bd6ea9
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -288,6 +288,7 @@ typedef struct _GLFWwindowWin32
typedef struct _GLFWlibraryWin32
{
HWND helperWindowHandle;
HDEVNOTIFY deviceNotificationHandle;
DWORD foregroundLockTimeout;
int acquiredMonitorCount;
char* clipboardString;