Backends: SDL3: added support for viewport->ParentViewportId field to support parenting windows at OS level. (#7973)

This commit is contained in:
RT2
2024-09-11 11:41:37 +02:00
committed by ocornut
parent 68aa9a86ec
commit 484764860d
3 changed files with 37 additions and 3 deletions

View File

@@ -67,6 +67,11 @@ Other changes:
- TextLinkOpenURL(): modified tooltip to display a verb "Open 'xxxx'". (#7885, #7660)
- Backends: SDL2: use SDL_Vulkan_GetDrawableSize() when available. (#7967, #3190) [@scribam]
Docking+Viewports Branch:
- Backends: SDL3: added support for viewport->ParentViewportId field to support parenting
windows at OS level. (#7973) [@RT2code]
-----------------------------------------------------------------------
VERSION 1.91.1 (Released 2024-09-04)
-----------------------------------------------------------------------