Remove dead legacy GLFW retained state
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_legacy/legacy_platform_state.*` no longer keeps any retained
|
||||
GLFW window state.
|
||||
- `linux/src/main.cpp` and `webgl/src/main.cpp` no longer seed legacy GLFW
|
||||
retained state.
|
||||
- `src/platform_windows/windows_window_shell.cpp` no longer keeps a local
|
||||
static mouse-position pocket; the Win32 window proc now reads that state
|
||||
through the retained runtime shell session helpers.
|
||||
- `src/platform_legacy/legacy_platform_services.*` now uses an injected
|
||||
`LegacyGlfwPlatformShell` for the remaining Linux/WebGL
|
||||
acquire/present/request-close path.
|
||||
|
||||
Reference in New Issue
Block a user