ChangeSet ID: 1029609132835035507408069 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/17 13:32:12
Modified files: dlls/gdi/enhmfdrv: dc.c enhmetafiledrv.h mapping.c dlls/gdi/mfdrv : mapping.c metafiledrv.h graphics : mapping.c include : gdi.h
Log message: Huw D M Davies hdavies@codeweavers.com Mapping mode functions should change dc settings when dc is an enhmf.
Patch: http://cvs.winehq.com/patch.py?id=1029609132835035507408069
Revision Changes Path 1.6 +0 -9 wine/dlls/gdi/enhmfdrv/dc.c 1.8 +8 -8 wine/dlls/gdi/enhmfdrv/enhmetafiledrv.h 1.3 +18 -10 wine/dlls/gdi/enhmfdrv/mapping.c 1.3 +35 -29 wine/dlls/gdi/mfdrv/mapping.c 1.7 +11 -11 wine/dlls/gdi/mfdrv/metafiledrv.h 1.19 +103 -61 wine/graphics/mapping.c 1.72 +12 -8 wine/include/gdi.h