Win32: Fix mouse button messages lost by capture

Fixes #954.
This commit is contained in:
Camilla Löwy
2017-02-26 17:23:56 +01:00
parent 106a617fa8
commit dd96d0ac93
2 changed files with 19 additions and 4 deletions
+1
View File
@@ -151,6 +151,7 @@ information on what to include when reporting a bug.
a loader but no ICD (#916)
- [Win32] Bugfix: Non-iconified full sreeen windows did not prevent screen
blanking or password enabled screensavers (#851)
- [Win32] Bugfix: Mouse capture logic lost secondary release messages (#954)
- [X11] Replaced `_GLFW_HAS_XF86VM` compile-time option with dynamic loading
- [X11] Bugfix: `glfwGetVideoMode` would segfault on Cygwin/X
- [X11] Bugfix: Dynamic X11 library loading did not use full sonames (#941)