Initialize lpLogFont->lfQuality to the default.

This commit is contained in:
Adam Gundy 2003-03-30 01:33:58 +00:00 committed by Alexandre Julliard
parent 953ce9977e
commit 96c7034619
1 changed files with 1 additions and 0 deletions

View File

@ -1090,6 +1090,7 @@ BOOL WINAPI SystemParametersInfoA( UINT uiAction, UINT uiParam,
lpLogFont->lfOutPrecision = OUT_DEFAULT_PRECIS;
lpLogFont->lfClipPrecision = CLIP_DEFAULT_PRECIS;
lpLogFont->lfPitchAndFamily = DEFAULT_PITCH;
lpLogFont->lfQuality = DEFAULT_QUALITY;
break;
}