mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:41:40 +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);
|
DC_UnlockDc(pdc);
|
||||||
|
|
||||||
/* Initialize the DC state */
|
/* Initialize the DC state */
|
||||||
DC_InitDC(hdc);
|
|
||||||
IntGdiSetTextColor(hdc, RGB(0, 0, 0));
|
IntGdiSetTextColor(hdc, RGB(0, 0, 0));
|
||||||
IntGdiSetBkColor(hdc, RGB(255, 255, 255));
|
IntGdiSetBkColor(hdc, RGB(255, 255, 255));
|
||||||
}
|
}
|
||||||
|
@ -350,6 +349,7 @@ IntGdiCreateDC(
|
||||||
pdcattr->crForegroundClr = RGB(0, 0, 0);
|
pdcattr->crForegroundClr = RGB(0, 0, 0);
|
||||||
DC_UnlockDc(pdc);
|
DC_UnlockDc(pdc);
|
||||||
}
|
}
|
||||||
|
DC_InitDC(hdc);
|
||||||
|
|
||||||
if (hVisRgn)
|
if (hVisRgn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue