Win32: Add HMONITOR to monitor data

This commit is contained in:
Camilla Löwy
2017-08-27 22:42:23 +02:00
parent 58a247b26d
commit 45ca8b8d19
2 changed files with 34 additions and 0 deletions
+1
View File
@@ -299,6 +299,7 @@ typedef struct _GLFWlibraryWin32
//
typedef struct _GLFWmonitorWin32
{
HMONITOR handle;
// This size matches the static size of DISPLAY_DEVICE.DeviceName
WCHAR adapterName[32];
WCHAR displayName[32];