mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Removed platform-specific resources from monitor.
This commit is contained in:
@@ -192,7 +192,8 @@ typedef struct _GLFWlibraryWin32
|
||||
//------------------------------------------------------------------------
|
||||
typedef struct _GLFWmonitorWin32
|
||||
{
|
||||
WCHAR* name;
|
||||
// This size matches the static size of DISPLAY_DEVICE.DeviceName
|
||||
WCHAR name[32];
|
||||
|
||||
} _GLFWmonitorWin32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user