Removed platform-specific resources from monitor.

This commit is contained in:
Camilla Berglund
2013-02-20 15:44:37 +01:00
parent 719b60dd2b
commit a591cdeba6
6 changed files with 3 additions and 21 deletions
+2 -1
View File
@@ -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;