Fix EINTR not being handled for select on X11

Closes #580.
This commit is contained in:
Camilla Berglund
2015-08-14 13:49:52 +02:00
parent ce2ec035f4
commit cc752ad6a0
2 changed files with 15 additions and 4 deletions
+2
View File
@@ -89,6 +89,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
full screen windows
- [X11] Bugfix: `GLFW_ARROW_CURSOR` selected the wrong cursor image
- [X11] Bugfix: The `GLFW_DECORATED` hint was not ignored for full screen
- [X11] Bugfix: `glfwWaitEvents` did not handle `EINTR` for `select`
- [WGL] Made all WGL functions dynamically loaded
- [WGL] Removed `GLFW_USE_DWM_SWAP_INTERVAL` compile-time option
- [WGL] Bugfix: Swap interval was ignored when DWM was enabled
@@ -163,6 +164,7 @@ skills.
- Robin Leffmann
- Glenn Lewis
- Shane Liesegang
- Eyal Lotem
- Дмитри Малышев
- Martins Mozeiko
- Tristam MacDonald