mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Initialize the pGdiInfo->flRaster field to zero.
svn path=/trunk/; revision=14145
This commit is contained in:
parent
c79360a933
commit
37c4d8279f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue