Enabled High DPI support with custom Info.plist.

Fixes #422.
This commit is contained in:
Camilla Berglund
2015-03-16 22:39:14 +01:00
parent 1a004264f4
commit 821f3e674a
5 changed files with 52 additions and 2 deletions
+2
View File
@@ -66,6 +66,8 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- Removed support for LCC and Borland C++
- Bugfix: `glfwSetTime` silently accepted invalid values
- [WGL] Bugfix: The context flags debug bit was not set for OpenGL ES
- [Cocoa] Bugfix: `NSHighResolutionCapable` was not enabled for test and
example programs
- [Cocoa] Bugfix: `glfwSetWindowSize` did not change the video mode for full
screen windows
- [X11] Added support for Cygwin-X