mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[win32k] Initialize Information contexts too, fixes eight more mapping tests
svn path=/trunk/; revision=44672
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user