Author: jgardou
Date: Mon Apr 19 23:48:17 2010
New Revision: 46950
URL:
http://svn.reactos.org/svn/reactos?rev=46950&view=rev
Log:
[WIN32K]
- Prepare DC for blit before initializing EBRUSHOBJ
Modified:
branches/reactos-yarotows/subsystems/win32/win32k/objects/bitblt.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/objects/bitblt.c
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win…
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/objects/bitblt.c [iso-8859-1]
(original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/objects/bitblt.c [iso-8859-1] Mon
Apr 19 23:48:17 2010
@@ -986,9 +986,9 @@
BrushOrigin.x = pbrush->ptOrigin.x + pdc->ptlDCOrig.x;
BrushOrigin.y = pbrush->ptOrigin.y + pdc->ptlDCOrig.y;
+ DC_vPrepareDCsForBlit(pdc, DestRect, NULL, DestRect);
+
EBRUSHOBJ_vInit(&eboFill, pbrush, pdc);
-
- DC_vPrepareDCsForBlit(pdc, DestRect, NULL, DestRect);
ret = IntEngBitBlt(
&psurf->SurfObj,