From 8e923e592d548d60647bbf4db43950b5a5d89305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 12 Jul 2019 19:04:16 +0200 Subject: [PATCH] Documentation work [ci skip] (cherry picked from commit a4d910b4a72f3a85d7be42ea2f91162cdfd28375) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a34d699..431711cf 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ information on what to include when reporting a bug. relocatable (#1470) - [Win32] Bugfix: `GLFW_INCLUDE_VULKAN` plus `VK_USE_PLATFORM_WIN32_KHR` caused symbol redefinition (#1524) - - [Win32] Bugfix: Invoke cursor enter callback before cursor position callback + - [Win32] Bugfix: The cursor position event was emitted before its cursor enter + event (#1490) - [X11] Bugfix: The CMake files did not check for the XInput headers (#1480) - [X11] Bugfix: Key names were not updated when the keyboard layout changed (#1462,#1528)