Module: wine Branch: master Commit: 93cbb7a5db2af94c926fc012b3925227d3e64bae URL: http://source.winehq.org/git/wine.git/?a=commit;h=93cbb7a5db2af94c926fc012b3...
Author: Alexandre Julliard julliard@winehq.org Date: Thu May 22 17:43:01 2008 +0200
gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss.
---
dlls/gdi32/bitblt.c | 4 ++-- dlls/gdi32/dc.c | 16 ++++++++-------- dlls/gdi32/enhmetafile.c | 34 +++++++++++++++++----------------- dlls/gdi32/font.c | 8 ++++---- dlls/gdi32/freetype.c | 2 +- dlls/gdi32/gdi_private.h | 2 +- dlls/gdi32/mapping.c | 8 ++++---- dlls/gdi32/path.c | 30 +++++++++++++++--------------- dlls/gdi32/region.c | 4 ++-- 9 files changed, 54 insertions(+), 54 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=93cbb7a5db2af94c926fc0...