[win32k] Initialize Information contexts too, fixes eight more mapping tests

svn path=/trunk/; revision=44672
This commit is contained in:
Gregor Schneider 2009-12-20 17:18:36 +00:00
parent c2896a6434
commit 3d372532cc

View file

@ -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)
{