On Tue Mar 21 15:12:22 2023 +0000, Jacek Caban wrote:
Another solution would be to call get_default_input_context from NtUserBuildHimcList to make sure it's initialized. It would save an extra server call for each new thread. Lazy initialization would not be enough for non-current threads, so we may need something like this if it's important.
Well, it's not really important and we can probably keep the lazy init, but I'm also not sure that an additional server call is so bad here, is it?