From 68bd6687d63e2470a818d1a50ca66b7c60557e44 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 7 Aug 2013 15:30:15 +0200 Subject: [PATCH] Formatting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71bab41b..6015e152 100644 --- a/README.md +++ b/README.md @@ -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