Backends: SDL3: macOS: Fixed secondary-viewports not appearing on a different monitor than the main viewport.

This commit is contained in:
ocornut
2025-05-05 19:03:50 +02:00
parent fcdaa32793
commit ef62aa7333
2 changed files with 12 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ Docking+Viewports Branch:
- Backends: SDL2, SDL3: revert updating monitors and work areas info every
frame. Only do it on Windows to detect task-bar resize until we get an
adequate event for it. (#8415, #8558)
- Backends: SDL3: macOS: Fixed secondary-viewports not appearing on a different
monitor than the main viewport. Because SDL_SetWindowParent() seems to restrict it.
- Backends: GLFW: Disable multi-viewports under Wayland (require GLFW 3.4). (#8587)