mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
Fixed an occasional deadlock caused by SPI_SETSHOWIMEUI when alt-tabbing
This commit is contained in:
parent
2e9f55a2f0
commit
cc2cc7510d
@ -23,6 +23,8 @@ namespace
|
||||
case SPI_SETFONTSMOOTHING:
|
||||
g_isFontSmoothingEnabled = 0 != uiParam;
|
||||
return TRUE;
|
||||
case SPI_SETSHOWIMEUI:
|
||||
return TRUE;
|
||||
}
|
||||
return LOG_RESULT(origSystemParametersInfo(uiAction, uiParam, pvParam, fWinIni));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user