mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 22:34:21 +08:00
Initialize the pGdiInfo->flRaster field to zero.
svn path=/trunk/; revision=14145
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user