diff --git a/DDrawCompat/Gdi/Font.cpp b/DDrawCompat/Gdi/Font.cpp index deb4cb3..da775c6 100644 --- a/DDrawCompat/Gdi/Font.cpp +++ b/DDrawCompat/Gdi/Font.cpp @@ -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)); }