From 84253d01e777acc6e84b891a4c116b04b2455ae3 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 23 Mar 2010 16:05:10 +0000 Subject: [PATCH] Fix a typo svn path=/branches/reactos-yarotows/; revision=46355 --- subsystems/win32/win32k/objects/dclife.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsystems/win32/win32k/objects/dclife.c b/subsystems/win32/win32k/objects/dclife.c index 507306372b9..1a354f32634 100644 --- a/subsystems/win32/win32k/objects/dclife.c +++ b/subsystems/win32/win32k/objects/dclife.c @@ -641,7 +641,7 @@ NtGdiCreateCompatibleDC(HDC hdc) /* Initialize the new DC */ DC_vInitDc(pdcNew, DCTYPE_MEMORY, ppdev); /* FIXME: HACK! */ - DC_InitHack(pdc); + DC_InitHack(pdcNew); /* Allocate a dc attribute */ DC_AllocDcAttr(pdcNew);