parent
1d7898b5ea
commit
29b40112c2
@ -68,6 +68,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
|
|||||||
- Bugfix: `glfwSetTime` silently accepted invalid values
|
- Bugfix: `glfwSetTime` silently accepted invalid values
|
||||||
- [Cocoa] Bugfix: `NSHighResolutionCapable` was not enabled for test and
|
- [Cocoa] Bugfix: `NSHighResolutionCapable` was not enabled for test and
|
||||||
example programs
|
example programs
|
||||||
|
- [Cocoa] Bugfix: Sleeping monitors were not included in the monitor list
|
||||||
- [Cocoa] Bugfix: `glfwSetWindowSize` did not change the video mode for full
|
- [Cocoa] Bugfix: `glfwSetWindowSize` did not change the video mode for full
|
||||||
screen windows
|
screen windows
|
||||||
- [X11] Added support for Cygwin-X
|
- [X11] Added support for Cygwin-X
|
||||||
|
@ -264,9 +264,6 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
|
|||||||
{
|
{
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
if (CGDisplayIsAsleep(displays[i]))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
CGDirectDisplayID screenDisplayID = CGDisplayMirrorsDisplay(displays[i]);
|
CGDirectDisplayID screenDisplayID = CGDisplayMirrorsDisplay(displays[i]);
|
||||||
if (screenDisplayID == kCGNullDirectDisplay)
|
if (screenDisplayID == kCGNullDirectDisplay)
|
||||||
screenDisplayID = displays[i];
|
screenDisplayID = displays[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user