Skip to content
Snippets Groups Projects
Commit 96c70346 authored by Adam Gundy's avatar Adam Gundy Committed by Alexandre Julliard
Browse files

Initialize lpLogFont->lfQuality to the default.

parent 953ce997
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment