Backends: Win32: Secondary viewports WndProc handler retrieve/set imgui context from the HWND.

Allowing WndProc dispatch to work in multi-context setups.
This commit is contained in:
ocornut
2024-06-20 17:44:19 -07:00
parent 3acb869a95
commit 416cfdb99d
2 changed files with 21 additions and 7 deletions

View File

@@ -68,6 +68,8 @@ Docking+Viewports Branch:
- Backends: SDL3: Update for introduction of SDL_GLContext from void*. (#7701, #7702)
[@bcsanches]
- Backends: Win32: Secondary viewports WndProc handler retrieve/set imgui context from
the HWND, allowing WndProc dispatch to work in multi-context setups.
-----------------------------------------------------------------------