Module: wine Branch: refs/heads/master Commit: d23b83a026dfe792e9deefdc68fe976f16abcf71 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d23b83a026dfe792e9deefdc...
Author: Michael Kaufmann hallo@michael-kaufmann.ch Date: Tue Jun 20 16:02:37 2006 +0200
gdi32: SetWinMetaFileBits: Use the whole device surface if the METAFILEPICT parameter is NULL.
Also use the whole device surface if one of the extents is zero or negative and the mapping mode is MM_ANISOTROPIC or MM_ISOTROPIC. New tests.
---
dlls/gdi/enhmetafile.c | 87 +++++++++++++----- dlls/gdi/tests/metafile.c | 212 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 274 insertions(+), 25 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d23b83a026dfe792e9de...