Skip to content
Snippets Groups Projects
Commit 98990217 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Cleanup

parent 71018b4a
Branches
No related tags found
No related merge requests found
......@@ -348,8 +348,8 @@ typedef struct _GLFWmonitorWin32
// This size matches the static size of DISPLAY_DEVICE.DeviceName
WCHAR adapterName[32];
WCHAR displayName[32];
char publicAdapterName[64];
char publicDisplayName[64];
char publicAdapterName[32];
char publicDisplayName[32];
GLFWbool modesPruned;
GLFWbool modeChanged;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment