mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-27 04:28:52 -05:00
Added comments.
This commit is contained in:
parent
c83b336a4c
commit
ea664c8a39
|
@ -58,6 +58,8 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
|
// Enumerate display adapters
|
||||||
|
|
||||||
DISPLAY_DEVICE adapter;
|
DISPLAY_DEVICE adapter;
|
||||||
DWORD monitorIndex = 0;
|
DWORD monitorIndex = 0;
|
||||||
|
|
||||||
|
@ -77,6 +79,8 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
|
// Enumerate monitors for the display adapter
|
||||||
|
|
||||||
DISPLAY_DEVICE monitor;
|
DISPLAY_DEVICE monitor;
|
||||||
DEVMODE settings;
|
DEVMODE settings;
|
||||||
const char* name;
|
const char* name;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user