Backends: SDl3: Fixed Platform_OpenInShellFn() return value. (#9027)

This commit is contained in:
ocornut
2025-10-22 13:33:36 +02:00
parent b46f099a3f
commit bdb8243602
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -58,6 +58,8 @@ Other Changes:
context-menus. (#8200, #9015)
- Backends: GLFW: fixed building on Linux platforms where Wayland headers
are not available. (#9024, #8969, #8921, #8920) [@jagot]
- Backends: SDL3: fixed Platform_OpenInShellFn() return value (the return value
was unused in core but might be used by a direct caller). (#9027) [@achabense]
- Backends: Vulkan: added IMGUI_IMPL_VULKAN_VOLK_FILENAME to configure path to
Volk (default to "volk.h"). (#9008, #7722, #6582, #4854) [@mwlasiuk]
- Backends: WebGPU: update to compile with Dawn and Emscripten's 4.0.10+