Backends: Win32: Use ResisterClassW()/CreateWindowExW() for secondary viewports. (#7979, #5725)

This commit is contained in:
ocornut
2024-10-03 12:04:54 +02:00
parent 02b9797696
commit 3293ef8bbc
2 changed files with 9 additions and 6 deletions

View File

@@ -84,6 +84,9 @@ Other changes:
Docking+Viewports Branch:
- Backends: SDL2, SDL3: Fixed building for UWP platforms. (#8008)
- Backends: Win32: Use ResisterClassW()/CreateWindowExW() for secondary viewports, to
ensure correct IME input even if the backend was compiled in MBCS mode. (#7979, #5725)
-----------------------------------------------------------------------
VERSION 1.91.2 (Released 2024-09-19)