Revert "Backends: SDL2, SDL3: viewports created with ImGuiViewportFlags_NoInputs are passing SDL_WINDOW_TOOLTIP to SDL_CreateWindow(). (#8576)"

This reverts commit 2a000ee091.
This commit is contained in:
ocornut
2025-04-25 20:10:46 +02:00
parent b81991ac01
commit fe298cf984
3 changed files with 0 additions and 7 deletions

View File

@@ -125,9 +125,6 @@ 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: SDL2, SDL3: viewports created with ImGuiViewportFlags_NoInputs
are passing SDL_WINDOW_TOOLTIP to SDL_CreateWindow(), which reduces issues
related to losing key down state on focus loss. (#8576)
-----------------------------------------------------------------------