[NTUSER] Move IME window creation code (#5009)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Mon, 30 Jan 2023 03:19:39 +0000 (12:19 +0900)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 03:19:39 +0000 (12:19 +0900)
commitc3644fd4d328b9a6ae2a15b4606d49c497a7f48f
tree7112c835aefad0a65c916864864f3c1066511f8b
parentf156f9a13797ef5cfe1ca940f95bf927ee2688a0
[NTUSER] Move IME window creation code (#5009)

Move the code that creates the default IME window, from IntCreateWindow to co_UserCreateWindowEx, just before sending WM_NCCALCSIZE message.
CORE-18723 CORE-18754 CORE-18773 CORE-18785 CORE-18802 CORE-18803
win32ss/user/ntuser/window.c