- Fix Path drawing.

svn path=/trunk/; revision=37222
This commit is contained in:
James Tabor 2008-11-06 11:48:51 +00:00
parent 24b6d30dcb
commit 7438df3dcd

View file

@ -2648,6 +2648,7 @@ DC_AllocDC(PUNICODE_STRING Driver)
Dc_Attr->iMapMode = MM_TEXT; Dc_Attr->iMapMode = MM_TEXT;
Dc_Attr->iGraphicsMode = GM_COMPATIBLE; Dc_Attr->iGraphicsMode = GM_COMPATIBLE;
Dc_Attr->jFillMode = ALTERNATE;
Dc_Attr->szlWindowExt.cx = 1; // Float to Int,,, WRONG! Dc_Attr->szlWindowExt.cx = 1; // Float to Int,,, WRONG!
Dc_Attr->szlWindowExt.cy = 1; Dc_Attr->szlWindowExt.cy = 1;