Formatting.

This commit is contained in:
Camilla Berglund 2013-08-07 15:30:15 +02:00
parent a3ca7ad93a
commit 68bd6687d6

View File

@ -110,7 +110,7 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/).
- [Win32] Bugfix: The clipboard string was not freed on terminate
- [Win32] Bugfix: Entry points for OpenGL 1.0 and 1.1 functions were not
returned by `glfwGetProcAddress`
- [Win32] Bugfix: The user32 and dwmapi module handles were not freed on
- [Win32] Bugfix: The `user32` and `dwmapi` module handles were not freed on
library termination
- [Cocoa] Added support for precise scrolling deltas on OS X 10.7 and later
- [Cocoa] Enabled explicit creation of OpenGL 3.x and 4.x contexts as supported
@ -125,7 +125,7 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/).
- [X11] Bugfix: The reported window position did not account for the size of
the window frame on some WMs
- [X11] Bugfix: The original video mode of a monitor was overwritten by calls
to glfwSetWindowSize
to `glfwSetWindowSize`
## Contact