[Bug 4300] New: viewportExt changed after call to StrokePath

Wine Bugs wine-bugs at winehq.org
Sat Jan 14 06:14:19 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4300

           Summary: viewportExt changed after call to StrokePath
           Product: Wine
           Version: 0.9.5.
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-gdi-(printing)
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: tobi at die-loews.de


After a call to StrokePath the ViewPortExt is changed.
The reason is the call
    "SetViewportExtEx(dc->hSelf, szViewportExt.cx, szViewportExt.cy, NULL);" in 
line 1784 in "path.c", as it calls implicitely "MAPPING_FixIsotropic" which 
changes (at least in my case) dc->vportExtX. (There is also the hint in MSDN to 
call SetWindowExtEx before SetViewportExtEx).
A solution could to set the viewport and windowport explicit (without a call to 
SetViewport/WindowExtEx).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list