GLX: Fix context creation failing unnecessarily

Regression introduced with 3bb5c459d6.

(cherry picked from commit 2e656afc49)
This commit is contained in:
Camilla Löwy
2022-01-06 07:07:53 +01:00
parent 09470b68c1
commit 54f2a865e9
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -135,6 +135,7 @@ information on what to include when reporting a bug.
- [Wayland] Bugfix: Full screen window creation did not ignore `GLFW_VISIBLE`
- [Wayland] Bugfix: Some keys were reported as wrong key or `GLFW_KEY_UNKNOWN`
- [Wayland] Bugfix: Text input did not repeat along with key repeat
- [GLX] Bugfix: Context creation failed if GLX 1.4 was not exported by GLX library
## Contact