1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Clarified change log entry.

This commit is contained in:
Camilla Berglund 2013-10-09 20:24:57 +02:00
parent f2a04a56a4
commit 553cc8ac96

View File

@ -214,8 +214,8 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/).
- [Win32] Bugfix: The disabled cursor mode clip rectangle was updated for - [Win32] Bugfix: The disabled cursor mode clip rectangle was updated for
unfocused windows unfocused windows
- [Cocoa] Added dependency on CoreVideo framework - [Cocoa] Added dependency on CoreVideo framework
- [Cocoa] Bugfix: The `GLFW_KEY_GRAVE_ACCENT` and `GLFW_KEY_WORLD_1` keys had - [Cocoa] Bugfix: The `GLFW_KEY_GRAVE_ACCENT` key was reported as
been flipped `GLFW_KEY_WORLD_1` and vice versa
- [Cocoa] Bugfix: The `GLFW_KEY_F13` key was reported as - [Cocoa] Bugfix: The `GLFW_KEY_F13` key was reported as
`GLFW_KEY_PRINT_SCREEN` `GLFW_KEY_PRINT_SCREEN`
- [Cocoa] Bugfix: Implicit conversion from `NSUInteger` to int caused warnings - [Cocoa] Bugfix: Implicit conversion from `NSUInteger` to int caused warnings