mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 20:28:49 -05:00
Added comments.
This commit is contained in:
parent
c83b336a4c
commit
ea664c8a39
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user