Bind Win32 main-thread queue to runtime state
This commit is contained in:
@@ -70,6 +70,11 @@ What is already real:
|
||||
- `pp_app_core`
|
||||
|
||||
Latest slice:
|
||||
- `src/platform_windows/windows_platform_services.cpp` no longer brokers the
|
||||
Win32 main-thread queue through `bound_app()->runtime()`; it now uses an
|
||||
explicit Windows runtime binding.
|
||||
- `src/platform_windows/windows_runtime_state.*` now carries the active
|
||||
`AppRuntime*` binding beside the retained Windows-owned runtime objects.
|
||||
- `src/platform_windows/windows_runtime_state.*` now owns the retained Win32
|
||||
runtime object lifetime (`App`, `WacomTablet`) instead of leaving that
|
||||
storage inside `windows_runtime_shell.cpp`.
|
||||
|
||||
Reference in New Issue
Block a user