X11: check crtcInfo for NULL when polling monitors

This commit is contained in:
Drew Weymouth
2025-09-06 07:33:27 -07:00
committed by Doug Binks
parent 6de70d8252
commit 4df5129529
3 changed files with 7 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ information on what to include when reporting a bug.
- [Wayland] Bugfix: The cursor position was not updated when clicking through
from a modal to the content area
- [X11] Bugfix: Running without a WM could trigger an assert (#2593,#2601,#2631)
- [X11] Bugfix: Occasional crash when an idle display awakes (#2766)
- [Null] Added Vulkan 'window' surface creation via `VK_EXT_headless_surface`
- [Null] Added EGL context creation on Mesa via `EGL_MESA_platform_surfaceless`
- [EGL] Allowed native access on Wayland with `GLFW_CONTEXT_CREATION_API` set to