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`.
|
||||
|
||||
@@ -78,6 +78,10 @@ Completed, blocked, and superseded task history moved to
|
||||
the queue is now ordered by code movement instead.
|
||||
|
||||
Current slice:
|
||||
- `src/platform_windows/windows_platform_services.cpp` no longer uses
|
||||
`bound_app()->runtime()` for main-thread task brokering.
|
||||
- `src/platform_windows/windows_runtime_state.*` now carries the active
|
||||
`AppRuntime*` binding used by that queue hook.
|
||||
- `src/platform_windows/windows_runtime_state.*` now owns the retained Win32
|
||||
runtime object lifetime (`App`, `WacomTablet`).
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` no longer carries that
|
||||
|
||||
Reference in New Issue
Block a user