ChangeSet ID: 1025047792274412141022371 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/25 18:29:52
Modified files: dlls/gdi/win16drv: graphics.c init.c text.c win16drv.h dlls/wineps : text.c graphics : mapping.c path.c graphics/x11drv: bitblt.c dib.c graphics.c text.c include : gdi.h objects : clipping.c
Log message: Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help of Huw Davies).
Patch: http://cvs.winehq.com/patch.py?id=1025047792274412141022371
Revision Changes Path 1.5 +24 -20 wine/dlls/gdi/win16drv/graphics.c 1.10 +0 -1 wine/dlls/gdi/win16drv/init.c 1.4 +19 -14 wine/dlls/gdi/win16drv/text.c 1.6 +0 -1 wine/dlls/gdi/win16drv/win16drv.h 1.15 +14 -4 wine/dlls/wineps/text.c 1.17 +25 -9 wine/graphics/mapping.c 1.29 +23 -0 wine/graphics/path.c 1.44 +39 -16 wine/graphics/x11drv/bitblt.c 1.97 +7 -3 wine/graphics/x11drv/dib.c 1.49 +198 -190 wine/graphics/x11drv/graphics.c 1.34 +23 -14 wine/graphics/x11drv/text.c 1.70 +0 -165 wine/include/gdi.h 1.37 +39 -25 wine/objects/clipping.c