Skip to content
Success

Changes

Summary

  1. X11: Fix detectEWMH not releasing error handler (commit: cf4734c) (details)
  2. Update changelog and add credit (commit: e7ea71b) (details)
Commit cf4734ce8a5fbdfc3623f3842bafd2437045d8e1 by elmindreda
X11: Fix detectEWMH not releasing error handler

If detectEWMH failed to query the EWMH helper window, it would return
without restoring the previous Xlib error handler.  This was bad
(because other code might also be using the facility) and bad (because
GLFW would assert the next time it tried to grab the error handler).

This commit adds the necessary release call.

Closes #2593
Fixes #2601
Closes #2631
(commit: cf4734c)
The file was modifiedsrc/x11_init.c (diff)
Commit e7ea71be039836da3a98cea55ae5569cb5eb885c by elmindreda
Update changelog and add credit

Related to #2593
(commit: e7ea71b)
The file was modifiedCONTRIBUTORS.md (diff)
The file was modifiedREADME.md (diff)