Added comments.

This commit is contained in:
Camilla Berglund 2012-09-12 20:54:12 +02:00
parent c83b336a4c
commit ea664c8a39

View File

@ -58,6 +58,8 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
for (;;)
{
// Enumerate display adapters
DISPLAY_DEVICE adapter;
DWORD monitorIndex = 0;
@ -77,6 +79,8 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
for (;;)
{
// Enumerate monitors for the display adapter
DISPLAY_DEVICE monitor;
DEVMODE settings;
const char* name;