mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
Fixed meaningless Win32 video mode restore.
This commit is contained in:
@@ -234,6 +234,7 @@ typedef struct _GLFWmonitorWin32
|
||||
{
|
||||
// This size matches the static size of DISPLAY_DEVICE.DeviceName
|
||||
WCHAR name[32];
|
||||
GLboolean modeChanged;
|
||||
|
||||
} _GLFWmonitorWin32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user