mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Fix Path drawing.
svn path=/trunk/; revision=37222
This commit is contained in:
parent
24b6d30dcb
commit
7438df3dcd
1 changed files with 1 additions and 0 deletions
|
@ -2648,6 +2648,7 @@ DC_AllocDC(PUNICODE_STRING Driver)
|
|||
|
||||
Dc_Attr->iMapMode = MM_TEXT;
|
||||
Dc_Attr->iGraphicsMode = GM_COMPATIBLE;
|
||||
Dc_Attr->jFillMode = ALTERNATE;
|
||||
|
||||
Dc_Attr->szlWindowExt.cx = 1; // Float to Int,,, WRONG!
|
||||
Dc_Attr->szlWindowExt.cy = 1;
|
||||
|
|
Loading…
Reference in a new issue