mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:36:21 +00:00
[REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE (#1526)
No functional change otherwise.
This commit is contained in:
parent
89f6929dae
commit
cf48f8bf8a
5 changed files with 5 additions and 5 deletions
|
@ -301,7 +301,7 @@ SetKeyboardLayout(
|
|||
swprintf(szLayoutId, L"%08lx", ulLayoutId);
|
||||
|
||||
hKl = LoadKeyboardLayoutW(szLayoutId, KLF_ACTIVATE | KLF_REPLACELANG | KLF_SETFORPROCESS);
|
||||
SystemParametersInfoW(SPI_SETDEFAULTINPUTLANG, 0, &hKl, SPIF_SENDWININICHANGE);
|
||||
SystemParametersInfoW(SPI_SETDEFAULTINPUTLANG, 0, &hKl, SPIF_SENDCHANGE);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue