mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
[win32k] Initialize Information contexts too, fixes eight more mapping tests
svn path=/trunk/; revision=44672
This commit is contained in:
parent
c2896a6434
commit
3d372532cc
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,6 @@ IntGdiCreateDC(
|
|||
DC_UnlockDc(pdc);
|
||||
|
||||
/* Initialize the DC state */
|
||||
DC_InitDC(hdc);
|
||||
IntGdiSetTextColor(hdc, RGB(0, 0, 0));
|
||||
IntGdiSetBkColor(hdc, RGB(255, 255, 255));
|
||||
}
|
||||
|
@ -350,6 +349,7 @@ IntGdiCreateDC(
|
|||
pdcattr->crForegroundClr = RGB(0, 0, 0);
|
||||
DC_UnlockDc(pdc);
|
||||
}
|
||||
DC_InitDC(hdc);
|
||||
|
||||
if (hVisRgn)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue