mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Fix monitor disappearing on OS X with AGS
When automatic graphics switching is activated, the CGDirectDisplayID for the display changes, casuing the primary GLFWmonitor to disappear.
This commit is contained in:
@@ -88,6 +88,9 @@ GLFW bundles a number of dependencies in the `deps/` directory.
|
||||
- [Cocoa] Bugfix: Cursor creation failed unless a window had been created.
|
||||
- [Cocoa] Bugfix: Window refresh events were not generated by iconification or
|
||||
restoration
|
||||
- [Cocoa] Bugfix: The primary monitor would get reported as disconnected when
|
||||
entering full screen on a dual-GPU machine with automatic
|
||||
graphics switching
|
||||
- [X11] Bugfix: `glfwInit` would segfault on systems without RandR
|
||||
- [X11] Bugfix: The response to `_NET_WM_PING` was sent to the wrong window
|
||||
- [X11] Bugfix: Character input via XIM did not work in many cases
|
||||
|
||||
Reference in New Issue
Block a user