Reverted to plain NSView.

Fixes #500.
Fixes #443.
Closes #504.
Closes #510.
This commit is contained in:
Camilla Berglund
2015-05-15 15:28:27 +02:00
parent c7f564e866
commit 8f0fd7ecf5
2 changed files with 18 additions and 19 deletions
+2
View File
@@ -67,6 +67,8 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- Bugfix: The cached current context could get out of sync
- [Cocoa] Bugfix: The cached `NSScreen` for a monitor could get out of sync
- [Cocoa] Bugfix: The `GLFW_AUTO_ICONIFY` window hint was ignored
- [Cocoa] Bugfix: Resizing a window to its minimum size would segfault
- [Cocoa] Bugfix: Creating or showing a window would make its context current
- [X11] Bugfix: `glfwInit` would segfault on systems without RandR