Own Win32 main window session explicitly

This commit is contained in:
2026-06-17 15:50:33 +02:00
parent ab6436a38d
commit d80289665d
15 changed files with 91 additions and 77 deletions

View File

@@ -211,8 +211,9 @@ Current slice:
Win32 async GL context lock/swap state.
- `src/platform_windows/windows_platform_services.cpp` no longer carries the
retained async render-context pocket.
- `src/platform_windows/windows_main_window_session.*` now owns the retained
Win32 main-window session fields.
- `src/platform_windows/windows_main_window_session.*` now owns the explicit
Win32 `MainWindowSession` object that the runtime shell binds for the live
session.
- `src/platform_windows/windows_runtime_shell.cpp` no longer carries the
retained `HWND` / title-buffer / sandbox pocket.
- `src/platform_legacy/legacy_platform_services.*` now takes Android storage