Backends: GLFW+Emscripten: use OSX behaviors automatically when using contrib glfw port. (#7965, #7915)

This commit is contained in:
Yan Pujante
2024-09-12 19:50:50 +02:00
committed by ocornut
parent 52a6ab44b1
commit ac2ad79812
3 changed files with 23 additions and 2 deletions
+2
View File
@@ -71,6 +71,8 @@ Other changes:
- Fonts: fixed ellipsis "..." rendering width miscalculation bug introduced in 1.91.0. (#7976) [@DDeimos]
- TextLinkOpenURL(): modified tooltip to display a verb "Open 'xxxx'". (#7885, #7660)
- Backends: SDL2: use SDL_Vulkan_GetDrawableSize() when available. (#7967, #3190) [@scribam]
- Backends: GLFW+Emscripten: use OSX behaviors automatically when using contrib glfw port. (#7965, #7915)
[@ypujante]
-----------------------------------------------------------------------
VERSION 1.91.1 (Released 2024-09-04)