Added glfwGet*Adapter to native API.

This commit is contained in:
Camilla Berglund
2014-10-28 15:35:03 +01:00
parent 6743761c2c
commit 49ec306a0a
5 changed files with 59 additions and 7 deletions
+2 -1
View File
@@ -205,7 +205,8 @@ typedef struct _GLFWmonitorWin32
// This size matches the static size of DISPLAY_DEVICE.DeviceName
WCHAR adapterName[32];
WCHAR displayName[32];
char nativeName[64];
char publicAdapterName[64];
char publicDisplayName[64];
GLboolean modeChanged;
} _GLFWmonitorWin32;