Initialize the pGdiInfo->flRaster field to zero.

svn path=/trunk/; revision=14145
This commit is contained in:
Filip Navara 2005-03-16 21:28:21 +00:00
parent c79360a933
commit 37c4d8279f

View file

@ -210,6 +210,7 @@ IntInitScreenInfo(
pGdiInfo->ulLogPixelsX = pDevMode->dmLogPixels;
pGdiInfo->ulLogPixelsY = pDevMode->dmLogPixels;
pGdiInfo->flTextCaps = TC_RA_ABLE;
pGdiInfo->flRaster = 0;
pGdiInfo->ulDACRed = SelectedMode->NumberRedBits;
pGdiInfo->ulDACGreen = SelectedMode->NumberGreenBits;
pGdiInfo->ulDACBlue = SelectedMode->NumberBlueBits;