Own Windows tablet path and thin legacy web fallback
This commit is contained in:
@@ -78,6 +78,13 @@ Completed, blocked, and superseded task history moved to
|
||||
the queue is now ordered by code movement instead.
|
||||
|
||||
Current slice:
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` now owns the Windows tablet
|
||||
object directly, removing the composition-edge `WacomTablet::I` binding from
|
||||
the touched Windows runtime path.
|
||||
- `src/platform_legacy/legacy_platform_state.*` now exposes narrow Web helper
|
||||
functions for the touched publish/flush/default-canvas/prepared-file paths,
|
||||
so less of that fallback behavior stays inline in the legacy platform
|
||||
singleton.
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` no longer keeps a separate
|
||||
retained `AppRuntime*`; the touched Windows lifecycle and main-thread task
|
||||
dispatch paths now derive runtime ownership directly from the owned app.
|
||||
|
||||
Reference in New Issue
Block a user