Narrow Win32 runtime shell surface
This commit is contained in:
@@ -82,6 +82,14 @@ Current slice:
|
||||
Win32 runtime loop/startup/shutdown body.
|
||||
- `src/platform_windows/windows_runtime_flow.cpp` is now only a thin handoff
|
||||
into that session helper.
|
||||
- `src/platform_windows/windows_runtime_shell.h` no longer exposes the removed
|
||||
runtime-session entrypoint or carries bootstrap/splash declarations for it.
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` now calls
|
||||
`run_bound_main_window_runtime(...)` directly instead of keeping a second
|
||||
wrapper entrypoint around that seam.
|
||||
- `src/main.cpp` now includes `windows_bootstrap_helpers.h` directly for
|
||||
`run_winmain_entry(...)` instead of depending on a transitive declaration
|
||||
through the shell header.
|
||||
- `src/platform_windows/windows_runtime_flow.*` now owns the Win32 bound-app
|
||||
startup/message-loop/shutdown orchestration.
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` now delegates that runtime
|
||||
|
||||
Reference in New Issue
Block a user