mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
Win32: Add HMONITOR to monitor data
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user