mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
[WIN32K]
revert r46354 svn path=/branches/reactos-yarotows/; revision=46356
This commit is contained in:
parent
84253d01e7
commit
f5cb03fb7c
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ void
|
|||
DC_InitHack(PDC pdc)
|
||||
{
|
||||
HRGN hVisRgn;
|
||||
if (!pdc) return;
|
||||
|
||||
TextIntRealizeFont(pdc->pdcattr->hlfntNew,NULL);
|
||||
pdc->pdcattr->iCS_CP = ftGdiGetTextCharsetInfo(pdc,NULL,0);
|
||||
|
||||
|
@ -594,7 +594,7 @@ NtGdiCreateCompatibleDC(HDC hdc)
|
|||
{
|
||||
HDC hdcNew;
|
||||
PPDEVOBJ ppdev;
|
||||
PDC pdc = NULL, pdcNew;
|
||||
PDC pdc, pdcNew;
|
||||
|
||||
DPRINT("NtGdiCreateCompatibleDC(0x%p)\n", hdc);
|
||||
|
||||
|
|
Loading…
Reference in a new issue