Cocoa: Disable automatic tabbing for GLFW windows

Related to #1250.
This commit is contained in:
Camilla Löwy
2019-01-18 00:41:47 +01:00
parent 78e6a0063d
commit 530b37f4db
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -262,6 +262,7 @@ information on what to include when reporting a bug.
- [Cocoa] Added support for Vulkan window surface creation via
[MoltenVK](https://moltengl.com/moltenvk/) (#870)
- [Cocoa] Added support for loading a `MainMenu.nib` when available
- [Cocoa] Disabled automatic window tabbing for created windows (#1250)
- [Cocoa] Bugfix: Disabling window aspect ratio would assert (#852)
- [Cocoa] Bugfix: Window creation failed to set first responder (#876,#883)
- [Cocoa] Bugfix: Removed use of deprecated `CGDisplayIOServicePort` function