1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Backends: GLFW: lower minimum requirement from GLFW 3.1 to GLFW 3.0. (#9055)

This commit is contained in:
Clownacy 2025-11-05 19:49:15 +00:00 committed by ocornut
parent a0bfbe4d8f
commit 59db6ceeb1
3 changed files with 17 additions and 5 deletions

View file

@ -87,6 +87,8 @@ Other Changes:
- Backends:
- GLFW: fixed building on Linux platforms where Wayland headers
are not available. (#9024, #8969, #8921, #8920) [@jagot]
- GLFW: lower minimum requirement from GLFW 3.1 to GLFW 3.0. Though
a recent version e.g GLFW 3.4 is highly recommended! (#9055) [@Clownacy]
- SDL3: fixed Platform_OpenInShellFn() return value (the return value
was unused in core but might be used by a direct caller). (#9027) [@achabense]
- SDL3: fixed an issue with missing characters events when an already active text